llama : remove redundant assert for StableLM (#4901)

This commit is contained in:
Georgi Gerganov 2024-01-12 20:54:12 +02:00
parent 930f907d3e
commit 584d674be6
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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;