Skip to content

Commit 49731f1

Browse files
zhyncsfinger92
authored andcommitted
upgrade sgl-kernel v0.0.7 (sgl-project#5049)
1 parent cf043e6 commit 49731f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6",
50+
"sgl-kernel==0.0.7",
5151
"flashinfer_python==0.2.3",
5252
"torch==2.5.1",
5353
"cuda-python",

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.6 --no-cache-dir
23+
pip install sgl-kernel==0.0.7 --no-cache-dir
2424

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

0 commit comments

Comments
 (0)