We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86c55d commit a004ed0Copy full SHA for a004ed0
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
name: to-${{ matrix.torch }}-tr-${{ matrix.transformers }}-ci ${{ matrix.os }}-${{ matrix.python }}
14
runs-on: ${{ matrix.os }}
15
strategy:
16
+ fail-fast: false
17
matrix:
18
os: [ubuntu-latest]
19
python: ['3.10', '3.11', '3.12', '3.13']
0 commit comments