We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007d36b commit 55140f8Copy full SHA for 55140f8
1 file changed
.github/workflows/wheels.yml
@@ -12,7 +12,7 @@ jobs:
12
- ubuntu-22.04
13
# - windows-2019
14
python: ['3.10', '3.11', '3.12']
15
- torch_version: ['2.7.0', '2.8.0', '2.9.0', '2.10.0']
+ torch_version: ['2.10.0']
16
cuda_short_version: ['126']
17
18
uses: ./.github/workflows/wheels_build.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
os: ${{ matrix.os }}
36
python: ${{ matrix.python }}
37
- torch_version: '2.9.0'
+ torch_version: '2.10.0'
38
cuda_short_version: '128'
39
append_local_version: '0' # 0 to disable local version suffix
40
0 commit comments