Skip to content

Commit f498820

Browse files
pwilkinCISC
andauthored
Update src/llama-model.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 920810a commit f498820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,7 @@ void llama_model::load_hparams(llama_model_loader & ml) {
12941294
ml.get_key(LLM_KV_ATTENTION_LAYERNORM_RMS_EPS, hparams.f_norm_rms_eps);
12951295
switch (hparams.n_layer) {
12961296
case 64: type = LLM_TYPE_36B; break;
1297+
default: type = LLM_TYPE_UNKNOWN;
12971298
}
12981299
} break;
12991300
case LLM_ARCH_OLMOE:

0 commit comments

Comments
 (0)