chore: upgrade sgl-kernel 0.0.9.post2 (#5540)

This commit is contained in:
Yineng Zhang
2025-04-18 21:17:23 -07:00
committed by GitHub
parent a6f892e5d0
commit 2c11f9c2eb
3 changed files with 5 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ pip install --upgrade pip
# Install flashinfer and sgl-kernel
pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --no-cache-dir
pip install sgl-kernel==0.0.9.post1 --no-cache-dir
pip install sgl-kernel==0.0.9.post2 --no-cache-dir
# Install the main package
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}