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
8c1ef0f9
Unverified
Commit
8c1ef0f9
authored
Sep 23, 2025
by
Yineng Zhang
Committed by
GitHub
Sep 23, 2025
Browse files
chore: upgrade sgl-kernel 0.3.12 (#10782)
parent
f5a2faf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
python/pyproject.toml
python/pyproject.toml
+1
-1
python/pyproject_other.toml
python/pyproject_other.toml
+2
-2
python/sglang/srt/entrypoints/engine.py
python/sglang/srt/entrypoints/engine.py
+1
-1
No files found.
python/pyproject.toml
View file @
8c1ef0f9
...
@@ -57,7 +57,7 @@ dependencies = [
...
@@ -57,7 +57,7 @@ dependencies = [
"uvicorn"
,
"uvicorn"
,
"uvloop"
,
"uvloop"
,
"xgrammar==0.1.24"
,
"xgrammar==0.1.24"
,
"sgl-kernel==0.3.1
1
"
,
"sgl-kernel==0.3.1
2
"
,
"torch==2.8.0"
,
"torch==2.8.0"
,
"torchaudio==2.8.0"
,
"torchaudio==2.8.0"
,
"torchvision"
,
"torchvision"
,
...
...
python/pyproject_other.toml
View file @
8c1ef0f9
...
@@ -65,7 +65,7 @@ tracing = [
...
@@ -65,7 +65,7 @@ tracing = [
srt
=
[
srt
=
[
"sglang[runtime_common]"
,
"sglang[runtime_common]"
,
"sgl-kernel==0.3.1
1
"
,
"sgl-kernel==0.3.1
2
"
,
"torch==2.8.0"
,
"torch==2.8.0"
,
"torchaudio==2.8.0"
,
"torchaudio==2.8.0"
,
"torchvision"
,
"torchvision"
,
...
@@ -75,7 +75,7 @@ srt = [
...
@@ -75,7 +75,7 @@ srt = [
blackwell
=
[
blackwell
=
[
"sglang[runtime_common]"
,
"sglang[runtime_common]"
,
"sgl-kernel==0.3.1
1
"
,
"sgl-kernel==0.3.1
2
"
,
"torch==2.8.0"
,
"torch==2.8.0"
,
"torchaudio==2.8.0"
,
"torchaudio==2.8.0"
,
"torchvision"
,
"torchvision"
,
...
...
python/sglang/srt/entrypoints/engine.py
View file @
8c1ef0f9
...
@@ -711,7 +711,7 @@ def _set_envs_and_config(server_args: ServerArgs):
...
@@ -711,7 +711,7 @@ def _set_envs_and_config(server_args: ServerArgs):
if
_is_cuda
and
not
get_bool_env_var
(
"SGLANG_SKIP_SGL_KERNEL_VERSION_CHECK"
):
if
_is_cuda
and
not
get_bool_env_var
(
"SGLANG_SKIP_SGL_KERNEL_VERSION_CHECK"
):
assert_pkg_version
(
assert_pkg_version
(
"sgl-kernel"
,
"sgl-kernel"
,
"0.3.1
1
"
,
"0.3.1
2
"
,
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`"
,
"Please reinstall the latest version with `pip install sgl-kernel --force-reinstall`"
,
)
)
...
...
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