Unverified Commit b5134190 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Build torch1.13 pre-built package for macOS in CI (#2366)

* Add torch1.13 for macOS in CI

* update

* fix typo

* Update
parent 93fe4829
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
if: contains(github.event.head_commit.message, 'Bump version to') if: contains(github.event.head_commit.message, 'Bump version to')
strategy: strategy:
matrix: matrix:
torch: [1.5.1, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0] torch: [1.5.1, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
include: include:
- torch: 1.5.1 - torch: 1.5.1
...@@ -34,6 +34,8 @@ jobs: ...@@ -34,6 +34,8 @@ jobs:
torchvision: 0.12.0 torchvision: 0.12.0
- torch: 1.12.0 - torch: 1.12.0
torchvision: 0.13.0 torchvision: 0.13.0
- torch: 1.13.0
torchvision: 0.14.0
exclude: exclude:
- torch: 1.5.1 - torch: 1.5.1
python-version: 3.9 python-version: 3.9
...@@ -57,6 +59,8 @@ jobs: ...@@ -57,6 +59,8 @@ jobs:
python-version: 3.6 python-version: 3.6
- torch: 1.12.0 - torch: 1.12.0
python-version: 3.6 python-version: 3.6
- torch: 1.13.0
python-version: 3.6
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
......
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