We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343b583 commit a8109e3Copy full SHA for a8109e3
src/llama.cpp
@@ -427,7 +427,7 @@ static const std::map<llm_kv, const char *> LLM_KV_NAMES = {
427
{ LLM_KV_SSM_INNER_SIZE, "%s.ssm.inner_size" },
428
{ LLM_KV_SSM_STATE_SIZE, "%s.ssm.state_size" },
429
{ LLM_KV_SSM_TIME_STEP_RANK, "%s.ssm.time_step_rank" },
430
- { LLM_KV_SSM_B_DT_RMS, "%s.ssm.b_dt_rms" },
+ { LLM_KV_SSM_DT_B_C_RMS, "%s.ssm.dt_b_c_rms" },
431
432
{ LLM_KV_TOKENIZER_MODEL, "tokenizer.ggml.model" },
433
{ LLM_KV_TOKENIZER_PRE, "tokenizer.ggml.pre" },
0 commit comments