]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
model: fix LFM2_MOE missing tensors (#18132)
authorTarek Dakhran <redacted>
Wed, 17 Dec 2025 11:17:11 +0000 (12:17 +0100)
committerGitHub <redacted>
Wed, 17 Dec 2025 11:17:11 +0000 (12:17 +0100)
src/llama-arch.cpp

index 8caf80afcf9bbcdfc190d822a3d18d575d0879b2..d0eaf317f77c88cf77f966a4ba0cb9f4b67202a7 100644 (file)
@@ -2055,7 +2055,7 @@ static std::set<llm_tensor> llm_get_tensor_names(llm_arch arch) {
                 LLM_TENSOR_SHORTCONV_INPROJ,
                 LLM_TENSOR_SHORTCONV_OUTPROJ,
                 LLM_TENSOR_TOKEN_EMBD,
-                LLM_TENSOR_OUTPUT_NORM,
+                LLM_TENSOR_OUTPUT_NORM_LFM2,
                 LLM_TENSOR_FFN_GATE_INP,
                 LLM_TENSOR_FFN_GATE_EXPS,
                 LLM_TENSOR_FFN_DOWN_EXPS,