Skip to content

Commit 6f9a697

Browse files
committed
Update build action
1 parent c708e4f commit 6f9a697

File tree

2 files changed

+3
-348
lines changed

2 files changed

+3
-348
lines changed

.github/workflows/build-wheels-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
build_wheels:
17-
name: ${{ matrix.os }} Python=${{ matrix.pyver }} CUDA=${{ matrix.cuda }} ROCm=${{ matrix.rocm }} Torch=${{ matrix.torch }}
17+
name: ${{ matrix.os }} P${{ matrix.pyver }} C${{ matrix.cuda }} R${{ matrix.rocm }} T${{ matrix.torch }}
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
@@ -163,6 +163,8 @@ jobs:
163163
# Extra wheel for HF spaces
164164
- { artname: 'wheel', os: ubuntu-20.04, pyver: '3.10', cuda: '12.1.0', rocm: '', torch: '2.2.2', cudaarch: '6.0 6.1 7.0 7.5 8.0 8.6 8.9 9.0+PTX' }
165165

166+
fail-fast: false
167+
166168
defaults:
167169
run:
168170
shell: pwsh

0 commit comments

Comments
 (0)