Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ea1292ad
Unverified
Commit
ea1292ad
authored
Aug 11, 2025
by
Michael Goin
Committed by
GitHub
Aug 11, 2025
Browse files
[CI Failure] Use float32 for tests/entrypoints/openai/test_audio.py (#22686)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
dc5e4a65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/entrypoints/openai/test_audio.py
tests/entrypoints/openai/test_audio.py
+2
-0
No files found.
tests/entrypoints/openai/test_audio.py
View file @
ea1292ad
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment