Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
6e29446e
Unverified
Commit
6e29446e
authored
Nov 02, 2025
by
Baizhou Zhang
Committed by
GitHub
Nov 02, 2025
Browse files
[hotfix] Remove flashinfer-jit-cache from pyproject (#12530)
parent
0c3543d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
python/pyproject.toml
python/pyproject.toml
+0
-1
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+1
-1
No files found.
python/pyproject.toml
View file @
6e29446e
...
...
@@ -28,7 +28,6 @@ dependencies = [
"fastapi"
,
"flashinfer_python==0.5.0"
,
"flashinfer_cubin==0.5.0"
,
"flashinfer_jit_cache==0.5.0"
,
"gguf"
,
"hf_transfer"
,
"huggingface_hub"
,
...
...
scripts/ci/ci_install_dependency.sh
View file @
6e29446e
...
...
@@ -94,7 +94,7 @@ else
fi
# Install the main package
$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
# Install router for pd-disagg test
$PIP_CMD
install
sglang-router
$PIP_INSTALL_SUFFIX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment