Skip to content

Commit 212edff

Browse files
Update src/llama-arch.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent debf4e5 commit 212edff

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
@@ -129,7 +129,7 @@ static const std::map<llm_kv, const char *> LLM_KV_NAMES = {
129129
{ LLM_KV_EMBEDDING_SCALE, "%s.embedding_scale" },
130130
{ LLM_KV_TOKEN_SHIFT_COUNT, "%s.token_shift_count" },
131131
{ LLM_KV_INTERLEAVE_MOE_LAYER_STEP, "%s.interleave_moe_layer_step" },
132-
132+
133133
{ LLM_KV_ATTENTION_HEAD_COUNT, "%s.attention.head_count" },
134134
{ LLM_KV_ATTENTION_HEAD_COUNT_KV, "%s.attention.head_count_kv" },
135135
{ LLM_KV_ATTENTION_MAX_ALIBI_BIAS, "%s.attention.max_alibi_bias" },

0 commit comments

Comments
 (0)