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
f8924ad7
Unverified
Commit
f8924ad7
authored
Oct 05, 2025
by
Lianmin Zheng
Committed by
GitHub
Oct 05, 2025
Browse files
update sgl kernel version to 0.3.14.post1 (#11242)
parent
2f80bd9f
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 @
f8924ad7
...
...
@@ -53,7 +53,7 @@ dependencies = [
"scipy"
,
"sentencepiece"
,
"setproctitle"
,
"sgl-kernel==0.3.1
3
"
,
"sgl-kernel==0.3.1
4.post1
"
,
"soundfile==0.13.1"
,
"tiktoken"
,
"timm==1.0.16"
,
...
...
python/pyproject_other.toml
View file @
f8924ad7
...
...
@@ -65,7 +65,7 @@ tracing = [
srt
=
[
"sglang[runtime_common]"
,
"sgl-kernel==0.3.1
3
"
,
"sgl-kernel==0.3.1
4.post1
"
,
"torch==2.8.0"
,
"torchaudio==2.8.0"
,
"torchvision"
,
...
...
@@ -75,7 +75,7 @@ srt = [
blackwell
=
[
"sglang[runtime_common]"
,
"sgl-kernel==0.3.1
3
"
,
"sgl-kernel==0.3.1
4.post1
"
,
"torch==2.8.0"
,
"torchaudio==2.8.0"
,
"torchvision"
,
...
...
python/sglang/srt/entrypoints/engine.py
View file @
f8924ad7
...
...
@@ -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"
):
assert_pkg_version
(
"sgl-kernel"
,
"0.3.1
2
"
,
"0.3.1
4
"
,
"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