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
5a9d8ef4
Unverified
Commit
5a9d8ef4
authored
Jun 13, 2022
by
Frank Lee
Committed by
GitHub
Jun 13, 2022
Browse files
[workflow] fixed 8-gpu test workflow (#1101)
parent
03e52ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/workflows/build_gpu_8.yml
.github/workflows/build_gpu_8.yml
+1
-2
No files found.
.github/workflows/build_gpu_8.yml
View file @
5a9d8ef4
...
@@ -9,8 +9,7 @@ on:
...
@@ -9,8 +9,7 @@ on:
jobs
:
jobs
:
build
:
build
:
name
:
Build and Test Colossal-AI
name
:
Build and Test Colossal-AI
if
:
|
if
:
github.repository == 'hpcaitech/ColossalAI'
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
8-gpu
]
runs-on
:
[
self-hosted
,
8-gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:1.10.1-11.3.0
image
:
hpcaitech/pytorch-cuda:1.10.1-11.3.0
...
...
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