Skip to content

Commit cfce380

Browse files
committed
fix
1 parent 9f913f1 commit cfce380

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macOS-latest, windows-latest]
1818
python: ['3.13']
19-
transformers: ['5.2.0', 'main']
19+
transformers: ['5.5.0', 'main']
2020
torch: ['2.10', 'main']
2121

2222
steps:

.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.55.4', '4.57.6', '5.2.0', 'main']
20+
transformers: ['4.48.3', '4.51.3', '4.55.4', '4.57.6', '5.5.0', 'main']
2121
torch: ['2.10', 'main']
2222
exclude:
2323
# 3.10 - torch
@@ -29,7 +29,7 @@ jobs:
2929
- python: '3.10'
3030
transformers: '4.57.6'
3131
- python: '3.10'
32-
transformers: '5.2.0'
32+
transformers: '5.5.0'
3333
- python: '3.10'
3434
transformers: 'main'
3535
# 3.11 - torch
@@ -41,7 +41,7 @@ jobs:
4141
- python: '3.11'
4242
transformers: '4.57.6'
4343
- python: '3.11'
44-
transformers: '5.2.0'
44+
transformers: '5.5.0'
4545
- python: '3.11'
4646
transformers: 'main'
4747
# 3.13 - torch

0 commit comments

Comments
 (0)