From 6bd6d0c3c1195e007925b8c3c5ee214745f721d9 Mon Sep 17 00:00:00 2001 From: almayne Date: Tue, 17 Feb 2026 14:46:23 +0000 Subject: [PATCH] Fixed whisper CPU test that does not spawn properly. (#34324) Signed-off-by: Anna Mayne Co-authored-by: Cyrus Leung --- tests/models/multimodal/generation/test_whisper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/models/multimodal/generation/test_whisper.py b/tests/models/multimodal/generation/test_whisper.py index 2031a8d66..150bb0e8a 100644 --- a/tests/models/multimodal/generation/test_whisper.py +++ b/tests/models/multimodal/generation/test_whisper.py @@ -117,7 +117,6 @@ def check_model_available(model: str) -> None: @pytest.mark.parametrize("dtype", ["half", "float"]) @pytest.mark.parametrize("num_logprobs", [5]) @pytest.mark.parametrize("enforce_eager", [True, False]) -@create_new_process_for_each_test("spawn") def test_models( hf_runner, vllm_runner,