chore: upgrade sgl-kernel 0.0.8.post3 (#5342)

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