Skip to content

Commit

Permalink
llama : remove redundant assert for StableLM (#4901)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 12, 2024
1 parent 930f907 commit 584d674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 584d674

Please sign in to comment.