Unverified Commit fbb9d9ee authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[Core] fix custom allreduce default value (#4040)

parent 09473ee4
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment