chore: bump sgl-kernel v0.1.7 (#6963)
This commit is contained in:
5
.github/workflows/pr-test-sgl-kernel.yml
vendored
5
.github/workflows/pr-test-sgl-kernel.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user