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
a00d8b23
Unverified
Commit
a00d8b23
authored
Aug 06, 2025
by
Michael Goin
Committed by
GitHub
Aug 07, 2025
Browse files
Use float32 for test_completion.py (#22385)
Signed-off-by:
Michael Goin
<
mgoin64@gmail.com
>
parent
04cf435d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tests/v1/entrypoints/openai/test_completion.py
tests/v1/entrypoints/openai/test_completion.py
+1
-2
No files found.
tests/v1/entrypoints/openai/test_completion.py
View file @
a00d8b23
...
@@ -20,9 +20,8 @@ MODEL_NAME = "facebook/opt-125m"
...
@@ -20,9 +20,8 @@ MODEL_NAME = "facebook/opt-125m"
@
pytest
.
fixture
(
scope
=
"module"
)
@
pytest
.
fixture
(
scope
=
"module"
)
def
default_server_args
():
def
default_server_args
():
return
[
return
[
# use half precision for speed and memory savings in CI environment
"--dtype"
,
"--dtype"
,
"
b
float
16
"
,
"float
32
"
,
"--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