From 0b3d85fe3a492d72981810a5737266232adbfd2e Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Wed, 10 Jun 2026 14:48:15 +0000 Subject: [PATCH] Minor --- src/graphs/build_cohere2_moe.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphs/build_cohere2_moe.cpp b/src/graphs/build_cohere2_moe.cpp index 436896d4..3de6e230 100644 --- a/src/graphs/build_cohere2_moe.cpp +++ b/src/graphs/build_cohere2_moe.cpp @@ -55,7 +55,6 @@ ggml_cgraph * llm_build_context::build_cohere2_moe() { (llm_expert_gating_func_type) hparams.expert_gating_func, LLM_FFN_SILU, cb, il, gf, false, model.layers[il].ffn_up_gate_exps, nullptr, nullptr, attn_out); - //cur = ggml_add(ctx0, cur, attn_out); } cb(cur, "ffn_out", il);