Skip to content

Commit a2dc702

Browse files
zhyncsjianan-gu
authored andcommitted
chore: bump sgl-kernel v0.1.6.post1 (sgl-project#6955)
1 parent ed14805 commit a2dc702

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docker/Dockerfile.blackwell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
2020

2121
RUN pip3 install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128 --break-system-packages
2222

23-
RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.6/sgl_kernel-0.1.6+cu128-cp39-abi3-manylinux2014_x86_64.whl --break-system-packages \
23+
RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.6.post1/sgl_kernel-0.1.6.post1+cu128-cp39-abi3-manylinux2014_x86_64.whl --break-system-packages \
2424
&& pip3 install setuptools==75.0.0 wheel scikit-build-core --break-system-packages
2525

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

sgl-kernel/pyproject_cpu.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.1.6"
11+
version = "0.1.6.post1"
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.1.6"
12+
version = "0.1.6.post1"
1313
description = "Kernel Library for SGLang"
1414
readme = "README.md"
1515
requires-python = ">=3.9"

sgl-kernel/pyproject_sycl.toml

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

1010
[project]
1111
name = "sgl-kernel"
12-
version = "0.1.6"
12+
version = "0.1.6.post1"
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.1.6"
1+
__version__ = "0.1.6.post1"

0 commit comments

Comments
 (0)