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
4d27eb9a
Unverified
Commit
4d27eb9a
authored
Mar 11, 2025
by
Yineng Zhang
Committed by
GitHub
Mar 11, 2025
Browse files
update sgl-kernel 0.0.4.post2 (#4291)
parent
d3ecd632
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 @
4d27eb9a
...
@@ -44,7 +44,7 @@ runtime_common = [
...
@@ -44,7 +44,7 @@ runtime_common = [
srt
=
[
srt
=
[
"sglang[runtime_common]"
,
"sglang[runtime_common]"
,
"sgl-kernel==0.0.4.post
1
"
,
"sgl-kernel==0.0.4.post
2
"
,
"flashinfer_python==0.2.2.post1"
,
"flashinfer_python==0.2.2.post1"
,
"torch==2.5.1"
,
"torch==2.5.1"
,
"vllm>=0.6.4.post1,<=0.7.2"
,
"vllm>=0.6.4.post1,<=0.7.2"
,
...
...
scripts/ci_install_dependency.sh
View file @
4d27eb9a
...
@@ -26,4 +26,4 @@ pip install transformers==4.45.2 sentence_transformers accelerate peft pandas da
...
@@ -26,4 +26,4 @@ pip install transformers==4.45.2 sentence_transformers accelerate peft pandas da
pip
install
cuda-python nvidia-cuda-nvrtc-cu12
pip
install
cuda-python nvidia-cuda-nvrtc-cu12
# reinstall sgl-kernel
# reinstall sgl-kernel
pip
install
sgl-kernel
==
0.0.4.post
1
--force-reinstall
--no-deps
pip
install
sgl-kernel
==
0.0.4.post
2
--force-reinstall
--no-deps
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