chore: upgrade sgl-kernel v0.1.2.post1 (#6196)

Co-authored-by: alcanderian <alcanderian@gmail.com>
This commit is contained in:
Yineng Zhang
2025-05-11 07:41:37 -07:00
committed by GitHub
parent 45b4dcf037
commit 230106304d
5 changed files with 61 additions and 71 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.1 --no-cache-dir
pip install sgl-kernel==0.1.2.post1 --no-cache-dir
# Install the main package
pip install -e "python[all]"

View File

@@ -34,7 +34,7 @@ rm -rf /usr/local/include/nvshmem*
pip install --upgrade pip
# Install sgl-kernel
pip install sgl-kernel==0.1.1 --no-cache-dir
pip install sgl-kernel==0.1.2.post1 --no-cache-dir
# Install the main package
pip install -e "python[all]"