"examples/pytorch/vscode:/vscode.git/clone" did not exist on "6ae440dbb5bd95c938fffa9faf04f2a5a7575733"
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:
python-version: ${{ matrix.python-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: |
cd sgl-kernel
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