Skip to content

Commit 5b4d30b

Browse files
committed
ci
1 parent 33c5259 commit 5b4d30b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,24 @@ jobs:
1919
transformers: ['4.48.3', '4.51.3', '4.52.1', 'main']
2020
torch: ['2.7', 'main']
2121
exclude:
22-
- python: ['3.10', '3.11']
22+
- python: '3.10'
2323
torch: 'main'
24-
- python: ['3.10', '3.11']
25-
transformers: ['4.52.1', 'main']
24+
- python: '3.11'
25+
torch: 'main'
26+
- python: '3.10'
27+
transformers: '4.52.1'
28+
- python: '3.10'
29+
transformers: 'main'
30+
- python: '3.11'
31+
transformers: '4.52.1'
32+
- python: '3.11'
33+
transformers: 'main'
2634
- python: '3.13'
2735
torch: '2.7'
2836
- python: '3.13'
29-
transformers: ['4.48.3', '4.51.3']
37+
transformers: '4.48.3'
38+
- python: '3.13'
39+
transformers: '4.51.3'
3040
steps:
3141
- uses: actions/checkout@v3
3242

0 commit comments

Comments
 (0)