Skip to content

Commit

Permalink
[Core] fix custom allreduce default value (vllm-project#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Apr 12, 2024
1 parent fee3644 commit 7d085b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(
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:
Expand Down

0 comments on commit 7d085b4

Please sign in to comment.