chore: upgrade sgl-kernel 0.1.1 (#5933)

This commit is contained in:
Yineng Zhang
2025-04-30 16:13:30 -07:00
committed by GitHub
parent d353d08b4e
commit 9a6ad8916d
7 changed files with 20 additions and 14 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.1.0 --no-cache-dir
pip install sgl-kernel==0.1.1 --no-cache-dir
# Install the main package
pip install -e "python[all]"