chore: upgrade sgl-kernel 0.0.9 (#5401)

This commit is contained in:
Yineng Zhang
2025-04-14 22:37:59 -07:00
committed by GitHub
parent e940dc4f06
commit 8aab7fdb21
2 changed files with 2 additions and 2 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.8.post3 --no-cache-dir
pip install sgl-kernel==0.0.9 --no-cache-dir
# Install the main package
pip install -e "python[all]" --find-links ${FLASHINFER_REPO}