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
540d54ca
Unverified
Commit
540d54ca
authored
Aug 14, 2025
by
Nicolò Lucchesi
Committed by
GitHub
Aug 14, 2025
Browse files
[CI] Re-enable transcriptions `test_long_audio_request` (#22890)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
0783f139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
tests/entrypoints/openai/test_transcription_validation.py
tests/entrypoints/openai/test_transcription_validation.py
+0
-3
No files found.
tests/entrypoints/openai/test_transcription_validation.py
View file @
540d54ca
...
@@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb):
...
@@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb):
async
def
test_long_audio_request
(
mary_had_lamb
,
model_name
):
async
def
test_long_audio_request
(
mary_had_lamb
,
model_name
):
server_args
=
[
"--enforce-eager"
]
server_args
=
[
"--enforce-eager"
]
if
model_name
.
startswith
(
"openai"
):
return
mary_had_lamb
.
seek
(
0
)
mary_had_lamb
.
seek
(
0
)
audio
,
sr
=
librosa
.
load
(
mary_had_lamb
)
audio
,
sr
=
librosa
.
load
(
mary_had_lamb
)
# Add small silence after each audio for repeatability in the split process
# Add small silence after each audio for repeatability in the split process
...
...
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