We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da06a06 commit 3c7a6d5Copy full SHA for 3c7a6d5
python/mlc_llm/interface/compiler_flags.py
@@ -205,5 +205,6 @@ def from_str(source: str) -> "ModelConfigOverride":
205
faster_transformer=True,
206
cudagraph=True,
207
cutlass=True,
208
+ ipc_allreduce_strategy=IPCAllReduceStrategyType.AUTO,
209
),
210
}
0 commit comments