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
566f5fe9
Unverified
Commit
566f5fe9
authored
Jun 14, 2023
by
Zaida Zhou
Committed by
GitHub
Jun 14, 2023
Browse files
Drop the outdated torch versions in CI (#2830)
parent
36003b76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
.github/workflows/merge_stage_test.yml
.github/workflows/merge_stage_test.yml
+5
-7
No files found.
.github/workflows/merge_stage_test.yml
View file @
566f5fe9
...
@@ -51,14 +51,12 @@ jobs:
...
@@ -51,14 +51,12 @@ jobs:
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
3.7
]
python-version
:
[
3.7
]
torch
:
[
1.
7.0
,
1.8.0
,
1.9.
0
]
torch
:
[
1.
8.1
,
1.9.
1
]
include
:
include
:
-
torch
:
1.7.0
-
torch
:
1.8.1
torchvision
:
0.8.1
torchvision
:
0.9.1
-
torch
:
1.8.0
-
torch
:
1.9.1
torchvision
:
0.9.0
torchvision
:
0.10.1
-
torch
:
1.9.0
torchvision
:
0.10.0
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up Python ${{ matrix.python-version }}
...
...
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