Skip to content

Commit 982060f

Browse files
authored
model: fix LFM2_MOE missing tensors (#18132)
1 parent 6853bee commit 982060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-arch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ static std::set<llm_tensor> llm_get_tensor_names(llm_arch arch) {
20552055
LLM_TENSOR_SHORTCONV_INPROJ,
20562056
LLM_TENSOR_SHORTCONV_OUTPROJ,
20572057
LLM_TENSOR_TOKEN_EMBD,
2058-
LLM_TENSOR_OUTPUT_NORM,
2058+
LLM_TENSOR_OUTPUT_NORM_LFM2,
20592059
LLM_TENSOR_FFN_GATE_INP,
20602060
LLM_TENSOR_FFN_GATE_EXPS,
20612061
LLM_TENSOR_FFN_DOWN_EXPS,

0 commit comments

Comments
 (0)