Skip to content

Commit 4d2c94b

Browse files
younesbelkadaCISC
andauthored
Update src/llama-model.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 6943f4e commit 4d2c94b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/llama-model.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,8 @@ void llama_model::load_hparams(llama_model_loader & ml) {
15751575
type = LLM_TYPE_3B; break;
15761576
case 44:
15771577
type = LLM_TYPE_7B; break;
1578+
default:
1579+
type = LLM_TYPE_UNKNOWN;
15781580
}
15791581
} break;
15801582
case LLM_ARCH_HUNYUAN_MOE:

0 commit comments

Comments
 (0)