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
1bd8a72f
Unverified
Commit
1bd8a72f
authored
Jun 09, 2022
by
Frank Lee
Committed by
GitHub
Jun 09, 2022
Browse files
[workflow] disable p2p via shared memory on non-nvlink machine (#1086)
parent
65ee6dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/build.yml
.github/workflows/build.yml
+2
-1
No files found.
.github/workflows/build.yml
View file @
1bd8a72f
...
...
@@ -15,7 +15,7 @@ jobs:
runs-on
:
[
self-hosted
,
gpu
]
container
:
image
:
hpcaitech/pytorch-cuda:1.10.1-11.3.0
options
:
--shm-size=2gb
--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
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -34,3 +34,4 @@ jobs:
PYTHONPATH=$PWD pytest tests
env
:
DATA
:
/data/scratch/cifar-10
NCCL_SHM_DISABLE
:
1
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