We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_long_audio_request
1 parent b4ff490 commit 3bc484cCopy full SHA for 3bc484c
tests/entrypoints/openai/test_transcription_validation.py
@@ -80,9 +80,6 @@ async def test_bad_requests(mary_had_lamb):
80
async def test_long_audio_request(mary_had_lamb, model_name):
81
server_args = ["--enforce-eager"]
82
83
- if model_name.startswith("openai"):
84
- return
85
-
86
mary_had_lamb.seek(0)
87
audio, sr = librosa.load(mary_had_lamb)
88
# Add small silence after each audio for repeatability in the split process
0 commit comments