mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-22 01:35:01 +08:00
[Core] fix custom allreduce default value (#4040)
This commit is contained in:
parent
09473ee41c
commit
fbb9d9eef4
@ -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 = True,
|
||||
disable_custom_all_reduce: bool = False,
|
||||
**kwargs,
|
||||
) -> None:
|
||||
if "disable_log_stats" not in kwargs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user