Skip to content

Commit 74018b2

Browse files
mgoinaarnphm
authored andcommitted
[CI Failure] Use float32 for tests/entrypoints/openai/test_audio.py (vllm-project#22686)
Signed-off-by: mgoin <[email protected]>
1 parent 85e16d9 commit 74018b2

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)