Skip to content

Commit 97b117c

Browse files
committed
Update llama-hparams.h
1 parent ccbe419 commit 97b117c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-hparams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// bump if necessary
88
#define LLAMA_MAX_LAYERS 512
9-
#define LLAMA_MAX_EXPERTS 256 // DeepSeekV3
9+
#define LLAMA_MAX_EXPERTS 384 // DeepSeekV3=256 Kimi-K2=384
1010

1111
enum llama_expert_gating_func_type {
1212
LLAMA_EXPERT_GATING_FUNC_TYPE_NONE = 0,

0 commit comments

Comments
 (0)