diff options
Diffstat (limited to 'llama.cpp')
-rw-r--r-- | llama.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5530,7 +5530,6 @@ struct llm_build_context { const int64_t n_embd_head = hparams.n_embd_head_v; GGML_ASSERT(n_embd_head == hparams.n_embd_head_k); - GGML_ASSERT(n_embd_head == hparams.n_rot); struct ggml_tensor * cur; struct ggml_tensor * inpL; |