@@ -174,16 +174,20 @@ static const std::map<llm_kv, const char *> LLM_KV_NAMES = {
174174 { LLM_KV_ATTENTION_KEY_LENGTH_MLA, " %s.attention.key_length_mla" },
175175 { LLM_KV_ATTENTION_VALUE_LENGTH_MLA, " %s.attention.value_length_mla" },
176176
177- { LLM_KV_ROPE_DIMENSION_COUNT, " %s.rope.dimension_count" },
178- { LLM_KV_ROPE_DIMENSION_SECTIONS, " %s.rope.dimension_sections" },
179- { LLM_KV_ROPE_FREQ_BASE, " %s.rope.freq_base" },
180- { LLM_KV_ROPE_SCALE_LINEAR, " %s.rope.scale_linear" },
181- { LLM_KV_ROPE_SCALING_TYPE, " %s.rope.scaling.type" },
182- { LLM_KV_ROPE_SCALING_FACTOR, " %s.rope.scaling.factor" },
183- { LLM_KV_ROPE_SCALING_ATTN_FACTOR, " %s.rope.scaling.attn_factor" },
184- { LLM_KV_ROPE_SCALING_ORIG_CTX_LEN, " %s.rope.scaling.original_context_length" },
185- { LLM_KV_ROPE_SCALING_FINETUNED, " %s.rope.scaling.finetuned" },
186- { LLM_KV_ROPE_SCALING_YARN_LOG_MUL, " %s.rope.scaling.yarn_log_multiplier" },
177+ { LLM_KV_ROPE_DIMENSION_COUNT, " %s.rope.dimension_count" },
178+ { LLM_KV_ROPE_DIMENSION_SECTIONS, " %s.rope.dimension_sections" },
179+ { LLM_KV_ROPE_FREQ_BASE, " %s.rope.freq_base" },
180+ { LLM_KV_ROPE_SCALE_LINEAR, " %s.rope.scale_linear" },
181+ { LLM_KV_ROPE_SCALING_TYPE, " %s.rope.scaling.type" },
182+ { LLM_KV_ROPE_SCALING_FACTOR, " %s.rope.scaling.factor" },
183+ { LLM_KV_ROPE_SCALING_ATTN_FACTOR, " %s.rope.scaling.attn_factor" },
184+ { LLM_KV_ROPE_SCALING_ORIG_CTX_LEN, " %s.rope.scaling.original_context_length" },
185+ { LLM_KV_ROPE_SCALING_FINETUNED, " %s.rope.scaling.finetuned" },
186+ { LLM_KV_ROPE_SCALING_YARN_LOG_MUL, " %s.rope.scaling.yarn_log_multiplier" },
187+ { LLM_KV_ROPE_SCALING_YARN_EXT_FACTOR, " %s.rope.scaling.yarn_ext_factor" },
188+ { LLM_KV_ROPE_SCALING_YARN_ATTN_FACTOR, " %s.rope.scaling.yarn_attn_factor" },
189+ { LLM_KV_ROPE_SCALING_YARN_BETA_FAST, " %s.rope.scaling.yarn_beta_fast" },
190+ { LLM_KV_ROPE_SCALING_YARN_BETA_SLOW, " %s.rope.scaling.yarn_beta_slow" },
187191
188192 { LLM_KV_SPLIT_NO, " split.no" },
189193 { LLM_KV_SPLIT_COUNT, " split.count" },
0 commit comments