From dd8247f362a634b164053cb411d0a4d457593d9b Mon Sep 17 00:00:00 2001 From: Jirka Date: Wed, 13 Mar 2024 16:50:35 +0100 Subject: [PATCH] --numprocesses=9 --- .azure/gpu-unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/gpu-unittests.yml b/.azure/gpu-unittests.yml index b250692c97b..c264fbb9955 100644 --- a/.azure/gpu-unittests.yml +++ b/.azure/gpu-unittests.yml @@ -151,7 +151,7 @@ jobs: - bash: | python -m pytest $(TEST_DIRS) -v \ - -m "not DDP" --numprocesses=5 --dist=load \ + -m "not DDP" --numprocesses=9 --dist=load \ --cov=torchmetrics --timeout=240 --durations=100 \ --reruns 3 --reruns-delay 1 workingDirectory: tests