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 3289c12 commit e53bf19Copy full SHA for e53bf19
python/pyproject.toml
@@ -47,7 +47,7 @@ runtime_common = [
47
48
srt = [
49
"sglang[runtime_common]",
50
- "sgl-kernel==0.0.6",
+ "sgl-kernel==0.0.7",
51
"flashinfer_python==0.2.3",
52
"torch==2.5.1",
53
"cuda-python",
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.6 --no-cache-dir
+pip install sgl-kernel==0.0.7 --no-cache-dir
24
25
# Install the main package
26
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
0 commit comments