Skip to content

Commit 9062ac3

Browse files
committed
swtich to 4.55
1 parent a9c7439 commit 9062ac3

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
@@ -16,7 +16,7 @@ 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', '4.54.0', 'main']
19+
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.3', '4.55.0', 'main']
2020
torch: ['2.7', 'main']
2121
exclude:
2222
- python: '3.10'
@@ -28,15 +28,15 @@ jobs:
2828
- python: '3.10'
2929
transformers: '4.53.3'
3030
- python: '3.10'
31-
transformers: '4.54.0'
31+
transformers: '4.55.0'
3232
- python: '3.11'
3333
torch: 'main'
3434
- python: '3.11'
3535
transformers: '4.53.3'
3636
- python: '3.11'
3737
transformers: 'main'
3838
- python: '3.11'
39-
transformers: '4.54.0'
39+
transformers: '4.55.0'
4040
- python: '3.13'
4141
torch: '2.7'
4242
- python: '3.13'

0 commit comments

Comments
 (0)