chore: bump sgl-kernel 0.3.0 with torch 2.8.0 (#8718)

This commit is contained in:
Yineng Zhang
2025-08-03 02:31:50 -07:00
committed by GitHub
parent 6f9baf1002
commit 5ce5093b97
6 changed files with 10 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ jobs:
- name: Install
run: |
bash scripts/ci_install_dependency.sh
pip3 install torch==2.7.1 torchvision && pip3 install pytest
pip3 install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126 && pip3 install pytest
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel
@@ -117,7 +117,7 @@ jobs:
- name: Install
run: |
bash scripts/ci_install_dependency.sh
pip3 install torch==2.7.1 torchvision
pip3 install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel