Skip to content

Commit bf5e344

Browse files
committed
add in operator
1 parent 57c3eb4 commit bf5e344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,7 @@ struct llama_hparams {
22892289
if (this->ssm_d_inner != other.ssm_d_inner) return true;
22902290
if (this->ssm_d_state != other.ssm_d_state) return true;
22912291
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;
22922293

22932294
if (this->dec_start_token_id != other.dec_start_token_id) return true;
22942295

0 commit comments

Comments
 (0)