mirror of https://github.com/hpcaitech/ColossalAI
[workflow] disable SHM for compatibility CI on rtx3080 (#1315)
parent
7c70bfbefa
commit
efdc240f1f
|
@ -67,3 +67,4 @@ jobs:
|
||||||
PYTHONPATH=$PWD pytest tests
|
PYTHONPATH=$PWD pytest tests
|
||||||
env:
|
env:
|
||||||
DATA: /data/scratch/cifar-10
|
DATA: /data/scratch/cifar-10
|
||||||
|
NCCL_SHM_DISABLE: 1
|
||||||
|
|
Loading…
Reference in New Issue