Commit 99e21f3
committed
fix(kimi-k3): raise LLAMA_MAX_EXPERTS to 1024 for K3's 896 experts
Mirrors upstream PR 26185 commit cf11c4c. Without this the real
checkpoint fails the n_expert assert at load; the synthetic test model
(8 experts) never hit it.1 parent 1436dd4 commit 99e21f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments