File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4997,7 +4997,6 @@ struct llm_build_context {
4997
4997
struct ggml_cgraph * gf = ggml_new_graph_custom (ctx0, LLAMA_MAX_NODES, false );
4998
4998
4999
4999
const int64_t n_embd_head = hparams.n_embd_head_v ;
5000
- const int64_t n_embd_gqa = hparams.n_embd_v_gqa ();
5001
5000
GGML_ASSERT (n_embd_head == hparams.n_embd_head_k );
5002
5001
5003
5002
const int64_t n_rot = n_embd_head_k / 2 ;
@@ -5210,7 +5209,6 @@ struct llm_build_context {
5210
5209
struct ggml_cgraph * gf = ggml_new_graph_custom (ctx0, LLAMA_MAX_NODES, false );
5211
5210
5212
5211
const int64_t n_embd_head = hparams.n_embd_head_v ;
5213
- const int64_t n_embd_gqa = hparams.n_embd_v_gqa ();
5214
5212
GGML_ASSERT (n_embd_head == hparams.n_embd_head_k );
5215
5213
5216
5214
struct ggml_tensor * cur;
You can’t perform that action at this time.
0 commit comments