nikita-savelyev-cerebras commited on
Commit
df3b1cc
·
verified ·
1 Parent(s): c8c1b64

Fix to https://huggingface.co/tiny-random/glm-5/discussions/1

Browse files

Set `index_head_dim` to 128 as in the original model config https://huggingface.co/zai-org/GLM-5/blob/main/config.json#L18

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -16,7 +16,7 @@
16
  "head_dim": 64,
17
  "hidden_act": "silu",
18
  "hidden_size": 8,
19
- "index_head_dim": 32,
20
  "index_n_heads": 4,
21
  "index_topk": 2048,
22
  "indexer_rope_interleave": true,
 
16
  "head_dim": 64,
17
  "hidden_act": "silu",
18
  "hidden_size": 8,
19
+ "index_head_dim": 128,
20
  "index_n_heads": 4,
21
  "index_topk": 2048,
22
  "indexer_rope_interleave": true,