[CI Failure] Use float32 for tests/entrypoints/openai/test_audio.py (#22686)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2025-08-11 23:20:42 -04:00
committed by GitHub
parent dc5e4a653c
commit ea1292ad3e

View File

@ -23,6 +23,8 @@ MAXIMUM_AUDIOS = 2
@pytest.fixture(scope="module")
def server():
args = [
"--dtype",
"float32",
"--max-model-len",
"2048",
"--max-num-seqs",