Skip to content

Commit 8c41736

Browse files
authored
nit, DeepSeek V1 MoE is 16B
1 parent 492d7f1 commit 8c41736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ void llama_model::load_hparams(llama_model_loader & ml) {
11011101
ml.get_key(LLM_KV_EXPERT_WEIGHTS_SCALE, hparams.expert_weights_scale);
11021102

11031103
switch (hparams.n_layer) {
1104-
case 28: type = LLM_TYPE_20B; break;
1104+
case 28: type = LLM_TYPE_16B; break;
11051105
default: type = LLM_TYPE_UNKNOWN;
11061106
}
11071107
} break;

0 commit comments

Comments
 (0)