Fixed whisper CPU test that does not spawn properly. (#34324)

Signed-off-by: Anna Mayne <anna.mayne@arm.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
This commit is contained in:
almayne
2026-02-17 14:46:23 +00:00
committed by GitHub
parent 8e962fef5f
commit 6bd6d0c3c1

View File

@@ -117,7 +117,6 @@ def check_model_available(model: str) -> None:
@pytest.mark.parametrize("dtype", ["half", "float"]) @pytest.mark.parametrize("dtype", ["half", "float"])
@pytest.mark.parametrize("num_logprobs", [5]) @pytest.mark.parametrize("num_logprobs", [5])
@pytest.mark.parametrize("enforce_eager", [True, False]) @pytest.mark.parametrize("enforce_eager", [True, False])
@create_new_process_for_each_test("spawn")
def test_models( def test_models(
hf_runner, hf_runner,
vllm_runner, vllm_runner,