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
f3cd5d25
Unverified
Commit
f3cd5d25
authored
Oct 21, 2025
by
Shangming Cai
Committed by
GitHub
Oct 21, 2025
Browse files
[CI] Fix b200 flashinfer installation (#11915)
Signed-off-by:
Shangming Cai
<
csmthu@gmail.com
>
parent
c61b0b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+10
-7
No files found.
scripts/ci/ci_install_dependency.sh
View file @
f3cd5d25
...
...
@@ -27,6 +27,9 @@ if [ "$IS_BLACKWELL" = "1" ]; then
# Clean up existing installations
$PIP_CMD
uninstall
-y
flashinfer_python sgl-kernel sglang vllm
$PIP_INSTALL_SUFFIX
||
true
# Install the main package
$PIP_CMD
install
-e
"python[dev]"
--extra-index-url
https://download.pytorch.org/whl/
${
CU_VERSION
}
$PIP_INSTALL_SUFFIX
--force-reinstall
else
# In normal cases, we use uv, which is much faster than pip.
pip
install
--upgrade
pip
...
...
@@ -38,16 +41,16 @@ else
# Clean up existing installations
$PIP_CMD
uninstall flashinfer_python sgl-kernel sglang vllm
||
true
fi
# Install the main package without deps
$PIP_CMD
install
-e
"python[dev]"
--no-deps
$PIP_INSTALL_SUFFIX
--force-reinstall
# Install the main package without deps
$PIP_CMD
install
-e
"python[dev]"
--no-deps
$PIP_INSTALL_SUFFIX
--force-reinstall
# Install flashinfer-python 0.4.0 dependency that requires prerelease (This should be removed when flashinfer fixes this issue)
$PIP_CMD
install
flashinfer-python
==
0.4.0
--prerelease
=
allow
$PIP_INSTALL_SUFFIX
# Install flashinfer-python 0.4.0 dependency that requires prerelease (This should be removed when flashinfer fixes this issue)
$PIP_CMD
install
flashinfer-python
==
0.4.0
--prerelease
=
allow
$PIP_INSTALL_SUFFIX
# Install the main package
$PIP_CMD
install
-e
"python[dev]"
--extra-index-url
https://download.pytorch.org/whl/
${
CU_VERSION
}
$PIP_INSTALL_SUFFIX
--upgrade
# Install the main package
$PIP_CMD
install
-e
"python[dev]"
--extra-index-url
https://download.pytorch.org/whl/
${
CU_VERSION
}
$PIP_INSTALL_SUFFIX
--upgrade
fi
# Install router for pd-disagg test
SGLANG_ROUTER_BUILD_NO_RUST
=
1
$PIP_CMD
install
-e
"sgl-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