chore: bump sgl-kernel v0.1.7 (#6963)

This commit is contained in:
Yineng Zhang
2025-06-08 02:43:15 -07:00
committed by GitHub
parent 4740288303
commit 6c0a48282a
7 changed files with 13 additions and 18 deletions

View File

@@ -36,8 +36,6 @@ jobs:
strategy:
matrix:
include:
- python-version: '3.9'
cuda-version: '11.8'
- python-version: '3.9'
cuda-version: '12.4'
- python-version: '3.9'
@@ -88,7 +86,7 @@ jobs:
- name: Install
run: |
bash scripts/ci_install_dependency.sh
pip3 install torch==2.6.0 torchvision && pip3 install pytest
pip3 install torch==2.7.1 torchvision && pip3 install pytest
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel
@@ -120,6 +118,7 @@ jobs:
- name: Install
run: |
bash scripts/ci_install_dependency.sh
pip3 install torch==2.7.1 torchvision
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel