File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 platform : [linux-x64, linux-aarch64, macos, windows]
2121 # default runners don't have AVX-512 support, but icelake does
2222 cpu_type : ["", icelake]
23- torch_version : ["2.3.1", "2.8.0 ", "2.9.1 "]
23+ torch_version : ["2.3.1", "2.9.1 ", "2.10.0 "]
2424
2525 exclude :
2626 # aarch64 minimum torch version is 2.5.1
@@ -65,13 +65,13 @@ jobs:
6565 torch_version : " 2.3.1"
6666 pypi_index : " https://download.pytorch.org/whl/cu118"
6767 - cuda_version : " 12.6.3"
68- torch_version : " 2.7.1 "
68+ torch_version : " 2.8.0 "
6969 pypi_index : " https://download.pytorch.org/whl/cu126"
7070 - cuda_version : " 12.8.1"
71- torch_version : " 2.8.0 "
71+ torch_version : " 2.9.1 "
7272 pypi_index : " https://download.pytorch.org/whl/cu128"
7373 - cuda_version : " 13.0.2"
74- torch_version : " 2.9.1 "
74+ torch_version : " 2.10.0 "
7575 pypi_index : " https://download.pytorch.org/whl/cu130"
7676
7777 # Windows CUDA Tests - T4 GPU (CUDA 11.8 only, multiple torch versions)
Original file line number Diff line number Diff line change 3131 platform : [linux-x64, linux-aarch64, macos]
3232 # default runners don't have AVX-512 support, but icelake does
3333 cpu_type : ["", icelake]
34- torch_version : ["2.3.1", "2.9.1 "]
34+ torch_version : ["2.3.1", "2.10.0 "]
3535
3636 exclude :
3737 # aarch64 minimum torch version is 2.5.1
@@ -73,10 +73,10 @@ jobs:
7373 torch_version : " 2.3.1"
7474 pypi_index : " https://download.pytorch.org/whl/cu118"
7575 - cuda_version : " 12.8.1"
76- torch_version : " 2.8.0 "
76+ torch_version : " 2.9.1 "
7777 pypi_index : " https://download.pytorch.org/whl/cu128"
7878 - cuda_version : " 13.0.2"
79- torch_version : " 2.9.1 "
79+ torch_version : " 2.10.0 "
8080 pypi_index : " https://download.pytorch.org/whl/cu130"
8181
8282 # Windows CUDA test - single configuration
You can’t perform that action at this time.
0 commit comments