From efdc240f1fba00efd670cea357b7f04ef976ed0c Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Thu, 14 Jul 2022 17:44:43 +0800 Subject: [PATCH] [workflow] disable SHM for compatibility CI on rtx3080 (#1315) --- .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 a6e8f5ea6..acc84edbe 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