mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 22:46:01 +08:00
[CI Failure] Use float32 for tests/entrypoints/openai/test_audio.py (#22686)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
dc5e4a653c
commit
ea1292ad3e
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user