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
fbb9d9ee
Unverified
Commit
fbb9d9ee
authored
Apr 12, 2024
by
youkaichao
Committed by
GitHub
Apr 12, 2024
Browse files
[Core] fix custom allreduce default value (#4040)
parent
09473ee4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/llm.py
vllm/entrypoints/llm.py
+1
-1
No files found.
vllm/entrypoints/llm.py
View file @
fbb9d9ee
...
...
@@ -86,7 +86,7 @@ class LLM:
swap_space
:
int
=
4
,
enforce_eager
:
bool
=
False
,
max_context_len_to_capture
:
int
=
8192
,
disable_custom_all_reduce
:
bool
=
Tru
e
,
disable_custom_all_reduce
:
bool
=
Fals
e
,
**
kwargs
,
)
->
None
:
if
"disable_log_stats"
not
in
kwargs
:
...
...
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