fused mul+multi_add: command line argument to disable it

This commit is contained in:
Iwan Kawrakow
2025-10-23 11:34:24 +03:00
parent c9b80b2665
commit 159051183b

View File

@@ -949,7 +949,6 @@ llm_expert_gating_func_type gating_op,
}
experts = ggml_mul(ctx, experts, weights);
cb(experts, "ffn_moe_weighted", il);
return experts;
}
if (n_expert_used == 1) {