Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
b5134190
Unverified
Commit
b5134190
authored
Oct 31, 2022
by
Zaida Zhou
Committed by
GitHub
Oct 31, 2022
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.github/workflows/build_macos_wheel.yml
.github/workflows/build_macos_wheel.yml
+5
-1
No files found.
.github/workflows/build_macos_wheel.yml
View file @
b5134190
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment