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 04155f0 commit a872790Copy full SHA for a872790
src/llama-model.cpp
@@ -16559,7 +16559,7 @@ struct llm_build_lfm2 : public llm_graph_context {
16559
const int64_t n_seq_tokens = ubatch.n_seq_tokens;
16560
const int64_t n_seqs = ubatch.n_seqs;
16561
GGML_ASSERT(n_seqs != 0);
16562
- GGML_ASSERT(ubatch.equal_seqs);
+ GGML_ASSERT(ubatch.equal_seqs());
16563
GGML_ASSERT(ubatch.n_tokens == n_seq_tokens * n_seqs);
16564
16565
GGML_ASSERT(hparams.n_shortconv_l_cache > 1);
0 commit comments