File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
matrix :
102
102
os : [ubuntu-22.04, ubuntu-22.04-arm, windows-2025, macos-15]
103
103
# Test with the oldest supported torch version and the two newest.
104
- torch_version : ["2.2.2", "2.6.0", "2.7.0 "]
104
+ torch_version : ["2.2.2", "2.6.0", "2.7.1 "]
105
105
include :
106
106
- os : ubuntu-22.04
107
107
arch : x86_64
@@ -184,7 +184,7 @@ jobs:
184
184
185
185
- name : Install dependencies
186
186
run : |
187
- pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu
187
+ pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu
188
188
pip install intel_extension_for_pytorch==2.7.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
189
189
pip install -e ".[test]"
190
190
pip install pytest-cov
@@ -240,7 +240,7 @@ jobs:
240
240
torch_version : " 2.6.0"
241
241
pypi_index : " https://download.pytorch.org/whl/cu126"
242
242
- cuda_version : " 12.8.1"
243
- torch_version : " 2.7.0 "
243
+ torch_version : " 2.7.1 "
244
244
pypi_index : " https://download.pytorch.org/whl/cu128"
245
245
246
246
@@ -274,7 +274,7 @@ jobs:
274
274
gpu : T4
275
275
runner : CUDA-Windows-x64
276
276
cuda_version : " 11.8.0"
277
- torch_version : " 2.7.0 "
277
+ torch_version : " 2.7.1 "
278
278
pypi_index : " https://download.pytorch.org/whl/cu118"
279
279
280
280
exclude :
You can’t perform that action at this time.
0 commit comments