Skip to content

Commit 50d2d8b

Browse files
committed
Add transformers==4.54.0 to CI
1 parent 1f3d936 commit 50d2d8b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,35 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest]
1818
python: ['3.10', '3.11', '3.12', '3.13']
19-
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.3', 'main']
19+
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.3', '4.54.0', 'main']
2020
torch: ['2.7', 'main']
2121
exclude:
2222
- python: '3.10'
2323
torch: 'main'
24-
- python: '3.11'
25-
torch: 'main'
24+
- python: '3.10'
25+
transformers: 'main'
2626
- python: '3.10'
2727
transformers: '4.52.4'
2828
- python: '3.10'
29-
transformers: 'main'
29+
transformers: '4.53.3'
30+
- python: '3.10'
31+
transformers: '4.54.0'
32+
- python: '3.11'
33+
torch: 'main'
3034
- python: '3.11'
3135
transformers: '4.53.3'
3236
- python: '3.11'
3337
transformers: 'main'
38+
- python: '3.11'
39+
transformers: '4.54.0'
3440
- python: '3.13'
3541
torch: '2.7'
3642
- python: '3.13'
3743
transformers: '4.48.3'
3844
- python: '3.13'
3945
transformers: '4.51.3'
46+
- python: '3.13'
47+
transformers: '4.52.4'
4048
steps:
4149
- uses: actions/checkout@v3
4250

0 commit comments

Comments
 (0)