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
8aab7fdb
Unverified
Commit
8aab7fdb
authored
Apr 14, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 14, 2025
Browse files
chore: upgrade sgl-kernel 0.0.9 (#5401)
parent
e940dc4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
python/pyproject.toml
python/pyproject.toml
+1
-1
scripts/ci_install_dependency.sh
scripts/ci_install_dependency.sh
+1
-1
No files found.
python/pyproject.toml
View file @
8aab7fdb
...
...
@@ -47,7 +47,7 @@ runtime_common = [
srt
=
[
"sglang[runtime_common]"
,
"sgl-kernel==0.0.
8.post3
"
,
"sgl-kernel==0.0.
9
"
,
"flashinfer_python==0.2.3"
,
"torch==2.5.1"
,
"torchvision==0.20.1"
,
...
...
scripts/ci_install_dependency.sh
View file @
8aab7fdb
...
...
@@ -20,7 +20,7 @@ pip install --upgrade pip
# Install flashinfer and sgl-kernel
pip
install
flashinfer_python
==
0.2.3
--find-links
${
FLASHINFER_REPO
}
--no-cache-dir
pip
install
sgl-kernel
==
0.0.
8.post3
--no-cache-dir
pip
install
sgl-kernel
==
0.0.
9
--no-cache-dir
# Install the main package
pip
install
-e
"python[all]"
--find-links
${
FLASHINFER_REPO
}
...
...
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