chore: upgrade sgl-kernel 0.1.0 (#5690)

This commit is contained in:
Yineng Zhang
2025-04-27 21:00:50 -07:00
committed by GitHub
parent 84810da4ae
commit 41ac0c6d48
3 changed files with 11 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ rm -rf /usr/local/lib/python3.10/dist-packages/sgl_kernel*
pip install --upgrade pip
# Install sgl-kernel
pip install sgl-kernel==0.0.9.post2 --no-cache-dir
pip install sgl-kernel==0.1.0 --no-cache-dir
# Install the main package
pip install -e "python[all]"