llama : remove redundant assert for StableLM (#4901)
This commit is contained in:
parent
930f907d3e
commit
584d674be6
1 changed files with 0 additions and 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue