Unverified Commit 6bd6d0c3 authored by almayne's avatar almayne Committed by GitHub
Browse files

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


Signed-off-by: default avatarAnna Mayne <anna.mayne@arm.com>
Co-authored-by: default avatarCyrus Leung <tlleungac@connect.ust.hk>
parent 8e962fef
...@@ -117,7 +117,6 @@ def check_model_available(model: str) -> None: ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment