We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3543d commit 6e29446Copy full SHA for 6e29446
python/pyproject.toml
@@ -28,7 +28,6 @@ dependencies = [
28
"fastapi",
29
"flashinfer_python==0.5.0",
30
"flashinfer_cubin==0.5.0",
31
- "flashinfer_jit_cache==0.5.0",
32
"gguf",
33
"hf_transfer",
34
"huggingface_hub",
scripts/ci/ci_install_dependency.sh
@@ -94,7 +94,7 @@ else
94
fi
95
96
# Install the main package
97
-$PIP_CMD install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} --extra-index-url https://flashinfer.ai/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX
+$PIP_CMD install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX
98
99
# Install router for pd-disagg test
100
$PIP_CMD install sglang-router $PIP_INSTALL_SUFFIX
0 commit comments