We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2834a4a commit 823696bCopy full SHA for 823696b
src/llama-arch.h
@@ -157,10 +157,6 @@ enum llm_kv {
157
LLM_KV_ATTENTION_VALUE_LENGTH_MLA,
158
LLM_KV_ATTENTION_LAYER_INDICES,
159
160
- // Falcon-H1 specific
161
- LLM_KV_ATTN_HEAD_DIM,
162
- LLM_KV_N_LAYER,
163
-
164
LLM_KV_ROPE_DIMENSION_COUNT,
165
LLM_KV_ROPE_DIMENSION_SECTIONS,
166
LLM_KV_ROPE_FREQ_BASE,
0 commit comments