Skip to content

Commit ea1292a

Browse files
authored
[CI Failure] Use float32 for tests/entrypoints/openai/test_audio.py (#22686)
Signed-off-by: mgoin <[email protected]>
1 parent dc5e4a6 commit ea1292a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/entrypoints/openai/test_audio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
@pytest.fixture(scope="module")
2424
def server():
2525
args = [
26+
"--dtype",
27+
"float32",
2628
"--max-model-len",
2729
"2048",
2830
"--max-num-seqs",

0 commit comments

Comments
 (0)