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
5ce5093b
Unverified
Commit
5ce5093b
authored
Aug 03, 2025
by
Yineng Zhang
Committed by
GitHub
Aug 03, 2025
Browse files
chore: bump sgl-kernel 0.3.0 with torch 2.8.0 (#8718)
parent
6f9baf10
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+2
-2
sgl-kernel/build.sh
sgl-kernel/build.sh
+2
-2
sgl-kernel/pyproject.toml
sgl-kernel/pyproject.toml
+2
-2
sgl-kernel/pyproject_cpu.toml
sgl-kernel/pyproject_cpu.toml
+1
-1
sgl-kernel/pyproject_rocm.toml
sgl-kernel/pyproject_rocm.toml
+2
-2
sgl-kernel/python/sgl_kernel/version.py
sgl-kernel/python/sgl_kernel/version.py
+1
-1
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
5ce5093b
...
@@ -85,7 +85,7 @@ jobs:
...
@@ -85,7 +85,7 @@ jobs:
-
name
:
Install
-
name
:
Install
run
:
|
run
:
|
bash scripts/ci_install_dependency.sh
bash scripts/ci_install_dependency.sh
pip3 install torch==2.
7.1
torchvision && pip3 install pytest
pip3 install torch==2.
8.0
torchvision
torchaudio --index-url https://download.pytorch.org/whl/test/cu126
&& pip3 install pytest
pip3 uninstall sgl-kernel -y || true
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel
pip3 list | grep sgl-kernel
...
@@ -117,7 +117,7 @@ jobs:
...
@@ -117,7 +117,7 @@ jobs:
-
name
:
Install
-
name
:
Install
run
:
|
run
:
|
bash scripts/ci_install_dependency.sh
bash scripts/ci_install_dependency.sh
pip3 install torch==2.
7.1
torchvision
pip3 install torch==2.
8.0
torchvision
torchaudio --index-url https://download.pytorch.org/whl/test/cu126
pip3 uninstall sgl-kernel -y || true
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel
pip3 list | grep sgl-kernel
...
...
sgl-kernel/build.sh
View file @
5ce5093b
...
@@ -23,10 +23,10 @@ fi
...
@@ -23,10 +23,10 @@ fi
if
[
${
CUDA_VERSION
}
=
"12.8"
]
;
then
if
[
${
CUDA_VERSION
}
=
"12.8"
]
;
then
DOCKER_IMAGE
=
"
${
BUILDER_NAME
}
:cuda
${
CUDA_VERSION
}
"
DOCKER_IMAGE
=
"
${
BUILDER_NAME
}
:cuda
${
CUDA_VERSION
}
"
TORCH_INSTALL
=
"pip install --no-cache-dir torch==2.
7.1
--index-url https://download.pytorch.org/whl/
cu
${
CUDA_VERSION
//.
}
"
TORCH_INSTALL
=
"pip install --no-cache-dir torch==2.
8.0
--index-url https://download.pytorch.org/whl/
test/cu128
"
else
else
DOCKER_IMAGE
=
"
${
BUILDER_NAME
}
:cuda
${
CUDA_VERSION
}
"
DOCKER_IMAGE
=
"
${
BUILDER_NAME
}
:cuda
${
CUDA_VERSION
}
"
TORCH_INSTALL
=
"pip install --no-cache-dir torch==2.
7.1
"
TORCH_INSTALL
=
"pip install --no-cache-dir torch==2.
8.0 --index-url https://download.pytorch.org/whl/test/cu126
"
fi
fi
docker run
--rm
\
docker run
--rm
\
...
...
sgl-kernel/pyproject.toml
View file @
5ce5093b
[build-system]
[build-system]
requires
=
[
requires
=
[
"scikit-build-core>=0.10"
,
"scikit-build-core>=0.10"
,
"torch>=2.
7.1
"
,
"torch>=2.
8.0
"
,
"wheel"
,
"wheel"
,
]
]
build-backend
=
"scikit_build_core.build"
build-backend
=
"scikit_build_core.build"
[project]
[project]
name
=
"sgl-kernel"
name
=
"sgl-kernel"
version
=
"0.
2.9
"
version
=
"0.
3.0
"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.9"
requires-python
=
">=3.9"
...
...
sgl-kernel/pyproject_cpu.toml
View file @
5ce5093b
...
@@ -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.
2.9
"
version
=
"0.
3.0
"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.9"
requires-python
=
">=3.9"
...
...
sgl-kernel/pyproject_rocm.toml
View file @
5ce5093b
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
requires
=
[
requires
=
[
"setuptools>=75.0"
,
"setuptools>=75.0"
,
"scikit-build-core>=0.10"
,
"scikit-build-core>=0.10"
,
"torch>=2.
7.1
"
,
"torch>=2.
8.0
"
,
"wheel"
,
"wheel"
,
]
]
build-backend
=
"setuptools.build_meta"
build-backend
=
"setuptools.build_meta"
[project]
[project]
name
=
"sgl-kernel"
name
=
"sgl-kernel"
version
=
"0.
2.9
"
version
=
"0.
3.0
"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.9"
requires-python
=
">=3.9"
...
...
sgl-kernel/python/sgl_kernel/version.py
View file @
5ce5093b
__version__
=
"0.
2.9
"
__version__
=
"0.
3.0
"
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