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
ColossalAI
Commits
659a7407
Unverified
Commit
659a7407
authored
Jul 15, 2022
by
Frank Lee
Committed by
GitHub
Jul 15, 2022
Browse files
[workflow] roll back to use torch 1.11 for unit testing (#1325)
parent
4d5dbf48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build.yml
.github/workflows/build.yml
+1
-1
No files found.
.github/workflows/build.yml
View file @
659a7407
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -14,7 +14,7 @@ jobs:
contains( github.event.pull_request.labels.*.name, 'Run Build and Test')
contains( github.event.pull_request.labels.*.name, 'Run Build and Test')
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:1.1
2
.0-11.3.0
image
:
hpcaitech/pytorch-cuda:1.1
1
.0-11.3.0
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10
timeout-minutes
:
40
timeout-minutes
:
40
steps
:
steps
:
...
...
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