Skip to content

Commit 2f0e9b8

Browse files
committed
v57.1
1 parent fa91495 commit 2f0e9b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest]
1919
python: ['3.10', '3.11', '3.12', '3.13']
20-
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.55.4', '4.56.2', '4.57', 'main']
20+
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.55.4', '4.56.2', '4.57.1', 'main']
2121
torch: ['2.8', 'main']
2222
exclude:
2323
- python: '3.10'
@@ -31,7 +31,7 @@ jobs:
3131
- python: '3.10'
3232
transformers: '4.56.2'
3333
- python: '3.10'
34-
transformers: '4.57.0'
34+
transformers: '4.57.1'
3535
- python: '3.11'
3636
torch: 'main'
3737
- python: '3.11'
@@ -41,7 +41,7 @@ jobs:
4141
- python: '3.11'
4242
transformers: '4.56.2'
4343
- python: '3.11'
44-
transformers: '4.57.0'
44+
transformers: '4.57.1'
4545
- python: '3.13'
4646
torch: '2.8'
4747
- python: '3.13'

0 commit comments

Comments
 (0)