File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /sgl-workspace
6
6
7
7
RUN pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
8
8
9
- RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.1 /sgl_kernel-0.1.1 +cu128-cp39-abi3-manylinux2014_x86_64.whl \
9
+ RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.2 /sgl_kernel-0.1.2 +cu128-cp39-abi3-manylinux2014_x86_64.whl \
10
10
&& pip3 install setuptools==75.0.0 wheel==0.41.0 scikit-build-core
11
11
12
12
RUN git clone --depth=1 https://github.com/sgl-project/sglang.git \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
8
8
9
9
[project ]
10
10
name = " sgl-kernel"
11
- version = " 0.1.1 "
11
+ version = " 0.1.2 "
12
12
description = " Kernel Library for SGLang"
13
13
readme = " README.md"
14
14
requires-python = " >=3.9"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
10
10
[project ]
11
11
name = " sgl-kernel"
12
- version = " 0.1.1 "
12
+ version = " 0.1.2 "
13
13
description = " Kernel Library for SGLang"
14
14
readme = " README.md"
15
15
requires-python = " >=3.9"
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.1 "
1
+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments