Unverified Commit e9fc96a2 authored by Matthew Douglas's avatar Matthew Douglas Committed by GitHub
Browse files

CI workflow: bump torch 2.7.0 to 2.7.1 (#1670)

parent 849d9449
...@@ -101,7 +101,7 @@ jobs: ...@@ -101,7 +101,7 @@ jobs:
matrix: matrix:
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2025, macos-15] os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2025, macos-15]
# Test with the oldest supported torch version and the two newest. # Test with the oldest supported torch version and the two newest.
torch_version: ["2.2.2", "2.6.0", "2.7.0"] torch_version: ["2.2.2", "2.6.0", "2.7.1"]
include: include:
- os: ubuntu-22.04 - os: ubuntu-22.04
arch: x86_64 arch: x86_64
...@@ -184,7 +184,7 @@ jobs: ...@@ -184,7 +184,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu
pip install intel_extension_for_pytorch==2.7.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/ pip install intel_extension_for_pytorch==2.7.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
pip install -e ".[test]" pip install -e ".[test]"
pip install pytest-cov pip install pytest-cov
...@@ -240,7 +240,7 @@ jobs: ...@@ -240,7 +240,7 @@ jobs:
torch_version: "2.6.0" torch_version: "2.6.0"
pypi_index: "https://download.pytorch.org/whl/cu126" pypi_index: "https://download.pytorch.org/whl/cu126"
- cuda_version: "12.8.1" - cuda_version: "12.8.1"
torch_version: "2.7.0" torch_version: "2.7.1"
pypi_index: "https://download.pytorch.org/whl/cu128" pypi_index: "https://download.pytorch.org/whl/cu128"
...@@ -274,7 +274,7 @@ jobs: ...@@ -274,7 +274,7 @@ jobs:
gpu: T4 gpu: T4
runner: CUDA-Windows-x64 runner: CUDA-Windows-x64
cuda_version: "11.8.0" cuda_version: "11.8.0"
torch_version: "2.7.0" torch_version: "2.7.1"
pypi_index: "https://download.pytorch.org/whl/cu118" pypi_index: "https://download.pytorch.org/whl/cu118"
exclude: exclude:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment