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
52074240
Unverified
Commit
52074240
authored
Sep 15, 2025
by
Yineng Zhang
Committed by
GitHub
Sep 15, 2025
Browse files
chore: bump v0.3.10 sgl-kernel (#10478)
parent
c3c26f76
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+0
-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.
.github/workflows/pr-test-pd-router.yml
View file @
52074240
...
@@ -142,7 +142,6 @@ jobs:
...
@@ -142,7 +142,6 @@ jobs:
python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages
python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.5
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.5
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
python3 -m pip --no-cache-dir install sgl-kernel==0.3.9.post2
-
name
:
Build and install sgl-router
-
name
:
Build and install sgl-router
run
:
|
run
:
|
...
...
sgl-kernel/pyproject.toml
View file @
52074240
...
@@ -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.
9.post2
"
version
=
"0.3.
10
"
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 @
52074240
...
@@ -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.
9.post2
"
version
=
"0.3.
10
"
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 @
52074240
...
@@ -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.
9.post2
"
version
=
"0.3.
10
"
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 @
52074240
__version__
=
"0.3.
9.post2
"
__version__
=
"0.3.
10
"
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