Skip to content

Commit 22e105f

Browse files
committed
debug: build on torch 2.7 2.8 and 2.9
1 parent 50adf6f commit 22e105f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# torch_version: ['2.7.0', '2.8.0', '2.9.0']
1616
# cuda_short_version: ['126', '128']
1717
python: ['3.11']
18-
torch_version: ['2.8.0']
18+
torch_version: ['2.7.0', '2.8.0', '2.9.0']
1919
cuda_short_version: ['126']
2020
exclude:
2121
- torch_version: '2.9.0'

0 commit comments

Comments
 (0)