Skip to content

Commit ca4db9e

Browse files
committed
fix: add dt_b_c_rms in llm_load_print_meta
1 parent bf5e344 commit ca4db9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5912,6 +5912,7 @@ static void llm_load_print_meta(llama_model_loader & ml, llama_model & model) {
59125912
LLAMA_LOG_INFO("%s: ssm_d_inner = %u\n", __func__, hparams.ssm_d_inner);
59135913
LLAMA_LOG_INFO("%s: ssm_d_state = %u\n", __func__, hparams.ssm_d_state);
59145914
LLAMA_LOG_INFO("%s: ssm_dt_rank = %u\n", __func__, hparams.ssm_dt_rank);
5915+
LLAMA_LOG_INFO("%s: ssm_dt_b_c_rms = %u\n", __func__, hparams.ssm_dt_b_c_rms);
59155916
}
59165917

59175918
LLAMA_LOG_INFO("%s: model type = %s\n", __func__, llama_model_type_name(model.type));

0 commit comments

Comments
 (0)