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:
101101 matrix :
102102 os : [ubuntu-22.04, ubuntu-22.04-arm, windows-2025, macos-15]
103103 # 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 "]
105105 include :
106106 - os : ubuntu-22.04
107107 arch : x86_64
@@ -184,7 +184,7 @@ jobs:
184184
185185 - name : Install dependencies
186186 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
188188 pip install intel_extension_for_pytorch==2.7.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
189189 pip install -e ".[test]"
190190 pip install pytest-cov
@@ -240,7 +240,7 @@ jobs:
240240 torch_version : " 2.6.0"
241241 pypi_index : " https://download.pytorch.org/whl/cu126"
242242 - cuda_version : " 12.8.1"
243- torch_version : " 2.7.0 "
243+ torch_version : " 2.7.1 "
244244 pypi_index : " https://download.pytorch.org/whl/cu128"
245245
246246
@@ -274,7 +274,7 @@ jobs:
274274 gpu : T4
275275 runner : CUDA-Windows-x64
276276 cuda_version : " 11.8.0"
277- torch_version : " 2.7.0 "
277+ torch_version : " 2.7.1 "
278278 pypi_index : " https://download.pytorch.org/whl/cu118"
279279
280280 exclude :
You can’t perform that action at this time.
0 commit comments