From 966e6b8b4c7c24b7d58d67c20d56e998a8a3fefd Mon Sep 17 00:00:00 2001 From: FrankLeeeee Date: Thu, 14 Jul 2022 17:42:46 +0800 Subject: [PATCH] [workflow] disable SHM for compatibility CI on rtx3080 --- .github/workflows/compatibility_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compatibility_test.yml b/.github/workflows/compatibility_test.yml index a6e8f5ea6c46..acc84edbe3f9 100644 --- a/.github/workflows/compatibility_test.yml +++ b/.github/workflows/compatibility_test.yml @@ -67,3 +67,4 @@ jobs: PYTHONPATH=$PWD pytest tests env: DATA: /data/scratch/cifar-10 + NCCL_SHM_DISABLE: 1