"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "5b4f79d9ba8cbeeb8d6f0fbba3ba5757b718888b"
Unverified Commit 7ce6c10e authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: enable cu124 and cu128 build on main push (#10431)

parent 55025b92
...@@ -88,7 +88,7 @@ jobs: ...@@ -88,7 +88,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }} - name: Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }}
if: github.event_name != 'push' || (matrix.cuda-version != '12.4' && matrix.cuda-version != '12.8') if: github.event_name != 'push' || (matrix.cuda-version != '11.8')
run: | run: |
cd sgl-kernel cd sgl-kernel
chmod +x ./build.sh chmod +x ./build.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment