Skip to content

Commit 55140f8

Browse files
committed
tmp: build only for torch 2.10
1 parent 007d36b commit 55140f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- ubuntu-22.04
1313
# - windows-2019
1414
python: ['3.10', '3.11', '3.12']
15-
torch_version: ['2.7.0', '2.8.0', '2.9.0', '2.10.0']
15+
torch_version: ['2.10.0']
1616
cuda_short_version: ['126']
1717

1818
uses: ./.github/workflows/wheels_build.yml
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
os: ${{ matrix.os }}
3636
python: ${{ matrix.python }}
37-
torch_version: '2.9.0'
37+
torch_version: '2.10.0'
3838
cuda_short_version: '128'
3939
append_local_version: '0' # 0 to disable local version suffix
4040

0 commit comments

Comments
 (0)