Skip to content

Commit

Permalink
llama : add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
compilade committed Aug 22, 2024
1 parent e04910d commit fa358e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5628,7 +5628,7 @@ static void llm_load_hparams(
} break;
default: model.type = e_model::MODEL_UNKNOWN;
}
}
} break;
case LLM_ARCH_XVERSE:
{
ml.get_key(LLM_KV_ATTENTION_LAYERNORM_RMS_EPS, hparams.f_norm_rms_eps);
Expand Down

0 comments on commit fa358e7

Please sign in to comment.