From c13f1d123d48edc569e248bf285f896cda1f769d Mon Sep 17 00:00:00 2001 From: vfdev Date: Wed, 15 Oct 2025 14:38:09 +0100 Subject: [PATCH] Set NCCL_DEBUG to INFO for GPU tests --- .github/workflows/gpu-hvd-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gpu-hvd-tests.yml b/.github/workflows/gpu-hvd-tests.yml index f9365265f585..7d4339f8fc58 100644 --- a/.github/workflows/gpu-hvd-tests.yml +++ b/.github/workflows/gpu-hvd-tests.yml @@ -153,7 +153,7 @@ jobs: script=$(cat << EOF set -xe - + export NCCL_DEBUG=INFO bash tests/run_gpu_tests.sh 2 hvd CUDA_VISIBLE_DEVICES="" pytest --cov ignite --cov-append --cov-report term-missing --cov-report xml -vvv tests/ignite -m distributed -k hvd