We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e940dc4 commit 8aab7fdCopy full SHA for 8aab7fd
python/pyproject.toml
@@ -47,7 +47,7 @@ runtime_common = [
47
48
srt = [
49
"sglang[runtime_common]",
50
- "sgl-kernel==0.0.8.post3",
+ "sgl-kernel==0.0.9",
51
"flashinfer_python==0.2.3",
52
"torch==2.5.1",
53
"torchvision==0.20.1",
scripts/ci_install_dependency.sh
@@ -20,7 +20,7 @@ pip install --upgrade pip
20
21
# Install flashinfer and sgl-kernel
22
pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --no-cache-dir
23
-pip install sgl-kernel==0.0.8.post3 --no-cache-dir
+pip install sgl-kernel==0.0.9 --no-cache-dir
24
25
# Install the main package
26
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
0 commit comments