Skip to content

Commit 823696b

Browse files
committed
remove unneeded attributes
1 parent 2834a4a commit 823696b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/llama-arch.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ enum llm_kv {
157157
LLM_KV_ATTENTION_VALUE_LENGTH_MLA,
158158
LLM_KV_ATTENTION_LAYER_INDICES,
159159

160-
// Falcon-H1 specific
161-
LLM_KV_ATTN_HEAD_DIM,
162-
LLM_KV_N_LAYER,
163-
164160
LLM_KV_ROPE_DIMENSION_COUNT,
165161
LLM_KV_ROPE_DIMENSION_SECTIONS,
166162
LLM_KV_ROPE_FREQ_BASE,

0 commit comments

Comments
 (0)