Skip to content

Commit

Permalink
fix: add dt_b_c_rms in llm_load_print_meta
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Aug 18, 2024
1 parent bf5e344 commit ca4db9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5912,6 +5912,7 @@ static void llm_load_print_meta(llama_model_loader & ml, llama_model & model) {
LLAMA_LOG_INFO("%s: ssm_d_inner = %u\n", __func__, hparams.ssm_d_inner);
LLAMA_LOG_INFO("%s: ssm_d_state = %u\n", __func__, hparams.ssm_d_state);
LLAMA_LOG_INFO("%s: ssm_dt_rank = %u\n", __func__, hparams.ssm_dt_rank);
LLAMA_LOG_INFO("%s: ssm_dt_b_c_rms = %u\n", __func__, hparams.ssm_dt_b_c_rms);
}

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

0 comments on commit ca4db9e

Please sign in to comment.