Skip to content

Commit f58b929

Browse files
authored
chore: upgrade sgl-kernel 0.0.8.post3 (#5342)
1 parent c1270aa commit f58b929

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runtime_common = [
4747

4848
srt = [
4949
"sglang[runtime_common]",
50-
"sgl-kernel==0.0.8",
50+
"sgl-kernel==0.0.8.post3",
5151
"flashinfer_python==0.2.3",
5252
"torch==2.5.1",
5353
"torchvision==0.20.1",

python/sglang/srt/layers/quantization/fp8_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
_is_cuda = is_cuda()
4343
if _is_cuda:
44-
import deep_gemm # `pip install "sgl-kernel>=0.0.4.post3"`
44+
import deep_gemm
4545
from sgl_kernel import sgl_per_token_group_quant_fp8, sgl_per_token_quant_fp8
4646

4747
sm_version = get_device_sm()

scripts/ci_install_dependency.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install --upgrade pip
2020

2121
# Install flashinfer and sgl-kernel
2222
pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --no-cache-dir
23-
pip install sgl-kernel==0.0.8 --no-cache-dir
23+
pip install sgl-kernel==0.0.8.post3 --no-cache-dir
2424

2525
# Install the main package
2626
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}

0 commit comments

Comments
 (0)