"vscode:/vscode.git/clone" did not exist on "23a4ff84881ada4bca7af7b815d58f8c48ccc13d"
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:
if: contains(github.event.head_commit.message, 'Bump version to')
strategy:
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']
include:
- torch: 1.5.1
......@@ -34,6 +34,8 @@ jobs:
torchvision: 0.12.0
- torch: 1.12.0
torchvision: 0.13.0
- torch: 1.13.0
torchvision: 0.14.0
exclude:
- torch: 1.5.1
python-version: 3.9
......@@ -57,6 +59,8 @@ jobs:
python-version: 3.6
- torch: 1.12.0
python-version: 3.6
- torch: 1.13.0
python-version: 3.6
steps:
- uses: actions/checkout@v2
- 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