Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit b4b3ff6

Browse files
youkaichaoRobert Shaw
authored andcommitted
[Core] fix custom allreduce default value (vllm-project#4040)
1 parent 2b1b6ab commit b4b3ff6

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
@@ -93,7 +93,7 @@ def __init__(
9393
swap_space: int = 4,
9494
enforce_eager: bool = False,
9595
max_context_len_to_capture: int = 8192,
96-
disable_custom_all_reduce: bool = True,
96+
disable_custom_all_reduce: bool = False,
9797
**kwargs,
9898
) -> None:
9999
if "disable_log_stats" not in kwargs:

0 commit comments

Comments
 (0)