"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "c5c4bbfd22773b114e2f86b3b1a16a29098188a2"
Unverified Commit 8ec0bb7d authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: upgrade sgl-kernel 0.0.9.post1 (#5436)

parent fa909dc3
...@@ -47,7 +47,7 @@ runtime_common = [ ...@@ -47,7 +47,7 @@ runtime_common = [
srt = [ srt = [
"sglang[runtime_common]", "sglang[runtime_common]",
"sgl-kernel==0.0.9", "sgl-kernel==0.0.9.post1",
"flashinfer_python==0.2.3", "flashinfer_python==0.2.3",
"torch==2.5.1", "torch==2.5.1",
"torchvision==0.20.1", "torchvision==0.20.1",
......
...@@ -20,7 +20,7 @@ pip install --upgrade pip ...@@ -20,7 +20,7 @@ pip install --upgrade pip
# Install flashinfer and sgl-kernel # Install flashinfer and sgl-kernel
pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --no-cache-dir pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --no-cache-dir
pip install sgl-kernel==0.0.9 --no-cache-dir pip install sgl-kernel==0.0.9.post1 --no-cache-dir
# Install the main package # Install the main package
pip install -e "python[all]" --find-links ${FLASHINFER_REPO} pip install -e "python[all]" --find-links ${FLASHINFER_REPO}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment