Fix experts mul node name

This commit is contained in:
Iwan Kawrakow
2025-10-23 09:44:44 +03:00
parent 0e1d33ca4a
commit 637d1b014c

View File

@@ -942,7 +942,7 @@ llm_expert_gating_func_type gating_op,
if (!weight_before_ffn) {
experts = ggml_mul(ctx, experts, weights);
cb(cur, "ffn_moe_weighted", il);
cb(experts, "ffn_moe_weighted", il);
}
if (n_expert_used == 1) {