mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-29 05:20:54 +08:00
[CI] Re-enable transcriptions test_long_audio_request (#22890)
Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
parent
0783f13960
commit
540d54ca8d
@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb):
|
||||
async def test_long_audio_request(mary_had_lamb, model_name):
|
||||
server_args = ["--enforce-eager"]
|
||||
|
||||
if model_name.startswith("openai"):
|
||||
return
|
||||
|
||||
mary_had_lamb.seek(0)
|
||||
audio, sr = librosa.load(mary_had_lamb)
|
||||
# Add small silence after each audio for repeatability in the split process
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user