From 08e60fb33f1e638544c0a7ee9c59f9e897ab8b1f Mon Sep 17 00:00:00 2001 From: qgai Date: Mon, 24 Aug 2026 23:52:09 -0700 Subject: [PATCH] [https://nvbugs/6566707][fix] Isolate LoRA peft-cache-override test from MPI session reuse Signed-off-by: qgai --- tests/unittest/llmapi/test_llm_pytorch.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/unittest/llmapi/test_llm_pytorch.py b/tests/unittest/llmapi/test_llm_pytorch.py index 99b17c18237c..bbac2360933a 100644 --- a/tests/unittest/llmapi/test_llm_pytorch.py +++ b/tests/unittest/llmapi/test_llm_pytorch.py @@ -611,6 +611,9 @@ def test_llama_7b_peft_cache_config_affects_peft_cache_size(cuda_graph_config): @skip_ray # https://nvbugs/5682551 @skip_gpu_memory_less_than_40gb +# https://nvbugs/6566707: hung for 2400s in late executor-init/first-generate +# on a many-times-reused MPI pool; isolate on a private pool until root-caused. +@pytest.mark.private_mpi_session @pytest.mark.part1 @test_lora_with_and_without_cuda_graph def test_llama_7b_lora_config_overrides_peft_cache_config(cuda_graph_config):