Skip to content

Commit 6e29446

Browse files
authored
[hotfix] Remove flashinfer-jit-cache from pyproject (sgl-project#12530)
1 parent 0c3543d commit 6e29446

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies = [
2828
"fastapi",
2929
"flashinfer_python==0.5.0",
3030
"flashinfer_cubin==0.5.0",
31-
"flashinfer_jit_cache==0.5.0",
3231
"gguf",
3332
"hf_transfer",
3433
"huggingface_hub",

scripts/ci/ci_install_dependency.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ else
9494
fi
9595

9696
# 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
97+
$PIP_CMD install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} $PIP_INSTALL_SUFFIX
9898

9999
# Install router for pd-disagg test
100100
$PIP_CMD install sglang-router $PIP_INSTALL_SUFFIX

0 commit comments

Comments
 (0)