Skip to content

Commit 0972554

Browse files
authored
update CI for torch 2.8 (#197)
1 parent 62147bc commit 0972554

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, macOS-latest, windows-latest]
1818
python: ['3.11', '3.12']
1919
transformers: ['4.48.3', '4.52.4', 'main']
20-
torch: ['2.6', '2.7', 'main']
20+
torch: ['2.7', '2.8', 'main']
2121

2222
steps:
2323

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest]
1818
python: ['3.10', '3.11', '3.12', '3.13']
1919
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.3', '4.55.0', 'main']
20-
torch: ['2.7', 'main']
20+
torch: ['2.8', 'main']
2121
exclude:
2222
- python: '3.10'
2323
torch: 'main'
@@ -38,7 +38,7 @@ jobs:
3838
- python: '3.11'
3939
transformers: '4.55.0'
4040
- python: '3.13'
41-
torch: '2.7'
41+
torch: '2.8'
4242
- python: '3.13'
4343
transformers: '4.48.3'
4444
- python: '3.13'

0 commit comments

Comments
 (0)