Skip to content

Commit 919299f

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama-model.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,6 @@ void llama_model::load_hparams(llama_model_loader & ml) {
21662166
default: type = LLM_TYPE_UNKNOWN;
21672167
}
21682168
} break;
2169-
21702169
case LLM_ARCH_COGVLM:
21712170
{
21722171
ml.get_key(LLM_KV_ATTENTION_LAYERNORM_RMS_EPS, hparams.f_norm_rms_eps);

0 commit comments

Comments
 (0)