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 3463ab7 commit 6faf68eCopy full SHA for 6faf68e
python/mlc_llm/interface/compiler_flags.py
@@ -210,7 +210,7 @@ def from_str(source: str) -> "ModelConfigOverride":
210
faster_transformer=False,
211
cudagraph=True,
212
cutlass=True,
213
- ipc_allreduce_strategy=IPCAllReduceStrategyType.AUTO,
+ ipc_allreduce_strategy=IPCAllReduceStrategyType.NONE,
214
),
215
"O3": OptimizationFlags(
216
flashinfer=True,
0 commit comments