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
a920b9da
Unverified
Commit
a920b9da
authored
Nov 02, 2025
by
sglang-bot
Committed by
GitHub
Nov 02, 2025
Browse files
chore: bump sgl-kernel version to 0.3.16.post5 (#12511)
parent
76196b3c
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
docker/Dockerfile
docker/Dockerfile
+1
-1
sgl-kernel/pyproject.toml
sgl-kernel/pyproject.toml
+1
-1
sgl-kernel/pyproject_cpu.toml
sgl-kernel/pyproject_cpu.toml
+1
-1
sgl-kernel/pyproject_rocm.toml
sgl-kernel/pyproject_rocm.toml
+1
-1
sgl-kernel/python/sgl_kernel/version.py
sgl-kernel/python/sgl_kernel/version.py
+1
-1
No files found.
docker/Dockerfile
View file @
a920b9da
...
@@ -10,7 +10,7 @@ ARG GRACE_BLACKWELL_DEEPEP_BRANCH=gb200_blog_part_2
...
@@ -10,7 +10,7 @@ ARG GRACE_BLACKWELL_DEEPEP_BRANCH=gb200_blog_part_2
ARG
DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG
DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG
TRITON_LANG_COMMIT=4caa0328bf8df64896dd5f6fb9df41b0eb2e750a
ARG
TRITON_LANG_COMMIT=4caa0328bf8df64896dd5f6fb9df41b0eb2e750a
ARG
SGL_KERNEL_VERSION=0.3.16.post
4
ARG
SGL_KERNEL_VERSION=0.3.16.post
5
ARG
GDRCOPY_VERSION=2.5.1
ARG
GDRCOPY_VERSION=2.5.1
ARG
NVSHMEM_VERSION=3.4.5
ARG
NVSHMEM_VERSION=3.4.5
...
...
sgl-kernel/pyproject.toml
View file @
a920b9da
...
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
...
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project]
[project]
name
=
"sgl-kernel"
name
=
"sgl-kernel"
version
=
"0.3.16.post
4
"
version
=
"0.3.16.post
5
"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.10"
requires-python
=
">=3.10"
...
...
sgl-kernel/pyproject_cpu.toml
View file @
a920b9da
...
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
...
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project]
[project]
name
=
"sgl-kernel"
name
=
"sgl-kernel"
version
=
"0.3.16.post
4
"
version
=
"0.3.16.post
5
"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.10"
requires-python
=
">=3.10"
...
...
sgl-kernel/pyproject_rocm.toml
View file @
a920b9da
...
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
...
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"sgl-kernel"
name
=
"sgl-kernel"
version
=
"0.3.16.post
4
"
version
=
"0.3.16.post
5
"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.10"
requires-python
=
">=3.10"
...
...
sgl-kernel/python/sgl_kernel/version.py
View file @
a920b9da
__version__
=
"0.3.16.post
4
"
__version__
=
"0.3.16.post
5
"
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