Skip to content

Commit c668ddb

Browse files
youkaichaojoerunde
authored andcommitted
[Core] fix custom allreduce default value (vllm-project#4040)
1 parent bdcd016 commit c668ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
swap_space: int = 4,
8787
enforce_eager: bool = False,
8888
max_context_len_to_capture: int = 8192,
89-
disable_custom_all_reduce: bool = True,
89+
disable_custom_all_reduce: bool = False,
9090
**kwargs,
9191
) -> None:
9292
if "disable_log_stats" not in kwargs:

0 commit comments

Comments
 (0)