Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8ebf372e
Unverified
Commit
8ebf372e
authored
Jan 28, 2026
by
Nicolò Lucchesi
Committed by
GitHub
Jan 28, 2026
Browse files
[CI] Whisper tests `enforce_eager=False` (#33098)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
f210f0b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tests/entrypoints/openai/test_transcription_validation_whisper.py
...trypoints/openai/test_transcription_validation_whisper.py
+1
-2
No files found.
tests/entrypoints/openai/test_transcription_validation_whisper.py
View file @
8ebf372e
...
@@ -16,12 +16,11 @@ import soundfile as sf
...
@@ -16,12 +16,11 @@ import soundfile as sf
from
...utils
import
RemoteOpenAIServer
from
...utils
import
RemoteOpenAIServer
MODEL_NAME
=
"openai/whisper-large-v3-turbo"
MODEL_NAME
=
"openai/whisper-large-v3-turbo"
SERVER_ARGS
=
[
"--enforce-eager"
]
@
pytest
.
fixture
(
scope
=
"module"
)
@
pytest
.
fixture
(
scope
=
"module"
)
def
server
():
def
server
():
with
RemoteOpenAIServer
(
MODEL_NAME
,
SERVER_ARGS
)
as
remote_server
:
with
RemoteOpenAIServer
(
MODEL_NAME
,
[]
)
as
remote_server
:
yield
remote_server
yield
remote_server
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment