Skip to content

Commit 77f0f16

Browse files
DamonFoolCISC
andauthored
Update src/llama-arch.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 284ceb3 commit 77f0f16

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
@@ -137,7 +137,7 @@ static const std::map<llm_kv, const char *> LLM_KV_NAMES = {
137137
{ LLM_KV_POOLING_TYPE, "%s.pooling_type" },
138138
{ LLM_KV_LOGIT_SCALE, "%s.logit_scale" },
139139
{ LLM_KV_DECODER_START_TOKEN_ID, "%s.decoder_start_token_id" },
140-
{ LLM_KV_NUM_DECODER_LAYERS, "%s.num_decoder_layers" },
140+
{ LLM_KV_DECODER_BLOCK_COUNT, "%s.decoder_block_count" },
141141
{ LLM_KV_ATTN_LOGIT_SOFTCAPPING, "%s.attn_logit_softcapping" },
142142
{ LLM_KV_FINAL_LOGIT_SOFTCAPPING, "%s.final_logit_softcapping" },
143143
{ LLM_KV_SWIN_NORM, "%s.swin_norm" },

0 commit comments

Comments
 (0)