Skip to content

Commit ecc5253

Browse files
committed
final comment
1 parent 7b9aa7b commit ecc5253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14840,7 +14840,7 @@ struct llm_build_falcon_h1 : public llm_graph_context {
1484014840
const int64_t d_inner = hparams.ssm_d_inner;
1484114841
const int64_t d_state = hparams.ssm_d_state;
1484214842
const int64_t n_head = hparams.ssm_dt_rank;
14843-
const int64_t head_dim = hparams.ssm_head_dim == 0 ? d_inner / n_head : hparams.ssm_head_dim;
14843+
const int64_t head_dim = d_inner / n_head;
1484414844
const int64_t n_group = hparams.ssm_n_group;
1484514845
const int64_t n_seqs = ubatch.n_seqs;
1484614846

0 commit comments

Comments
 (0)