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 57c3eb4 commit bf5e344Copy full SHA for bf5e344
src/llama.cpp
@@ -2289,6 +2289,7 @@ struct llama_hparams {
2289
if (this->ssm_d_inner != other.ssm_d_inner) return true;
2290
if (this->ssm_d_state != other.ssm_d_state) return true;
2291
if (this->ssm_dt_rank != other.ssm_dt_rank) return true;
2292
+ if (this->ssm_dt_b_c_rms != other.ssm_dt_b_c_rms) return true;
2293
2294
if (this->dec_start_token_id != other.dec_start_token_id) return true;
2295
0 commit comments