"vllm/vscode:/vscode.git/clone" did not exist on "ddc9048394ae6294d0db7fd67270efea59c3a065"
Unverified Commit 8ebf372e authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[CI] Whisper tests `enforce_eager=False` (#33098)


Signed-off-by: default avatarNickLucche <nlucches@redhat.com>
parent f210f0b7
......@@ -16,12 +16,11 @@ import soundfile as sf
from ...utils import RemoteOpenAIServer
MODEL_NAME = "openai/whisper-large-v3-turbo"
SERVER_ARGS = ["--enforce-eager"]
@pytest.fixture(scope="module")
def server():
with RemoteOpenAIServer(MODEL_NAME, SERVER_ARGS) as remote_server:
with RemoteOpenAIServer(MODEL_NAME, []) as remote_server:
yield remote_server
......
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