Forgotten ffn_exp_probs_b

This commit is contained in:
Kawrakow
2026-01-28 10:29:36 +00:00
parent c4795f6c32
commit 910ab2c6e4

View File

@@ -8819,7 +8819,7 @@ ggml_cgraph* llm_build_context::build_minimaxm2() {
model.layers[il].ffn_up_exps, nullptr,
model.layers[il].ffn_gate_exps, nullptr,
model.layers[il].ffn_down_exps, nullptr,
nullptr,
model.layers[il].ffn_exp_probs_b,
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, // no shared experts
n_expert, n_expert_used,
LLM_FFN_SILU, true, false, 0.0f,