Skip to content

Commit a8109e3

Browse files
Update src/llama.cpp
Co-authored-by: compilade <[email protected]>
1 parent 343b583 commit a8109e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ static const std::map<llm_kv, const char *> LLM_KV_NAMES = {
427427
{ LLM_KV_SSM_INNER_SIZE, "%s.ssm.inner_size" },
428428
{ LLM_KV_SSM_STATE_SIZE, "%s.ssm.state_size" },
429429
{ LLM_KV_SSM_TIME_STEP_RANK, "%s.ssm.time_step_rank" },
430-
{ LLM_KV_SSM_B_DT_RMS, "%s.ssm.b_dt_rms" },
430+
{ LLM_KV_SSM_DT_B_C_RMS, "%s.ssm.dt_b_c_rms" },
431431

432432
{ LLM_KV_TOKENIZER_MODEL, "tokenizer.ggml.model" },
433433
{ LLM_KV_TOKENIZER_PRE, "tokenizer.ggml.pre" },

0 commit comments

Comments
 (0)