Unverified Commit ea1292ad authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

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


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent dc5e4a65
...@@ -23,6 +23,8 @@ MAXIMUM_AUDIOS = 2 ...@@ -23,6 +23,8 @@ MAXIMUM_AUDIOS = 2
@pytest.fixture(scope="module") @pytest.fixture(scope="module")
def server(): def server():
args = [ args = [
"--dtype",
"float32",
"--max-model-len", "--max-model-len",
"2048", "2048",
"--max-num-seqs", "--max-num-seqs",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment