Skip to content

Commit 31ac7d2

Browse files
zhyncsjimoosciuc
authored andcommitted
chore: bump sgl-kernel v0.0.8.post2 (sgl-project#5317)
1 parent 95ce7f4 commit 31ac7d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/Dockerfile.blackwell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /sgl-workspace
66

77
RUN pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
88

9-
RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.0.8.post1/sgl_kernel-0.0.8.post1+cu128-cp39-abi3-manylinux2014_x86_64.whl \
9+
RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.0.8.post2/sgl_kernel-0.0.8.post2+cu128-cp39-abi3-manylinux2014_x86_64.whl \
1010
&& pip3 install setuptools==75.0.0 wheel==0.41.0 scikit-build-core
1111

1212
RUN git clone --depth=1 https://github.com/sgl-project/sglang.git \

sgl-kernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "sgl-kernel"
11-
version = "0.0.8.post1"
11+
version = "0.0.8.post2"
1212
description = "Kernel Library for SGLang"
1313
readme = "README.md"
1414
requires-python = ">=3.9"

sgl-kernel/pyproject_rocm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "sgl-kernel"
12-
version = "0.0.8.post1"
12+
version = "0.0.8.post2"
1313
description = "Kernel Library for SGLang"
1414
readme = "README.md"
1515
requires-python = ">=3.9"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.8.post1"
1+
__version__ = "0.0.8.post2"

0 commit comments

Comments
 (0)