From cdbd1a64457dbe15a98d1f29a8a8fae985f1d3b9 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Fri, 14 Feb 2025 20:01:29 +0100 Subject: [PATCH] PL_STANDALONE_TESTS_BATCH_SIZE --- .azure/gpu-tests-fabric.yml | 2 +- .azure/gpu-tests-pytorch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/gpu-tests-fabric.yml b/.azure/gpu-tests-fabric.yml index 451f56629b088..01e654bc83af5 100644 --- a/.azure/gpu-tests-fabric.yml +++ b/.azure/gpu-tests-fabric.yml @@ -49,7 +49,7 @@ jobs: FREEZE_REQUIREMENTS: "1" PIP_CACHE_DIR: "/var/tmp/pip" PL_RUN_CUDA_TESTS: "1" - PL_STANDALONE_TESTS_BATCH_SIZE: "2" + PL_STANDALONE_TESTS_BATCH_SIZE: "1" # todo container: image: $(image) # default shm size is 64m. Increase it to avoid: diff --git a/.azure/gpu-tests-pytorch.yml b/.azure/gpu-tests-pytorch.yml index b94f828d1be10..d7bfd8318b9fb 100644 --- a/.azure/gpu-tests-pytorch.yml +++ b/.azure/gpu-tests-pytorch.yml @@ -64,7 +64,7 @@ jobs: FREEZE_REQUIREMENTS: "1" PIP_CACHE_DIR: "/var/tmp/pip" PL_RUN_CUDA_TESTS: "1" - PL_STANDALONE_TESTS_BATCH_SIZE: "3" + PL_STANDALONE_TESTS_BATCH_SIZE: "2" # todo container: image: $(image) # default shm size is 64m. Increase it to avoid: