Skip to content

Commit

Permalink
Revert "a better default rms_norm_eps"
Browse files Browse the repository at this point in the history
This reverts commit 0c26799.
  • Loading branch information
LostRuins committed Jul 26, 2023
1 parent f53d2aa commit b184380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ static void llama_model_load_internal(
auto & hparams = model.hparams;

// TODO: read from file
hparams.f_rms_norm_eps = 5e-6;
hparams.f_rms_norm_eps = rms_norm_eps;

{
switch (hparams.n_layer) {
Expand Down

0 comments on commit b184380

Please sign in to comment.