Skip to content

Commit

Permalink
Turn on custom allreduce by default in O3 (#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored Jul 30, 2024
1 parent da06a06 commit 3c7a6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/mlc_llm/interface/compiler_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,6 @@ def from_str(source: str) -> "ModelConfigOverride":
faster_transformer=True,
cudagraph=True,
cutlass=True,
ipc_allreduce_strategy=IPCAllReduceStrategyType.AUTO,
),
}

0 comments on commit 3c7a6d5

Please sign in to comment.