Skip to content

Commit b809a96

Browse files
committed
revert change
1 parent 63a1eb5 commit b809a96

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
@@ -570,6 +570,7 @@ void llama_model::load_hparams(llama_model_loader & ml) {
570570
// arch-specific KVs
571571
switch (arch) {
572572
case LLM_ARCH_LLAMA:
573+
{
573574
ml.get_key(LLM_KV_ATTENTION_LAYERNORM_RMS_EPS, hparams.f_norm_rms_eps);
574575

575576
if (hparams.n_expert == 8) {

0 commit comments

Comments
 (0)