Skip to content

Commit 0c26799

Browse files
committed
a better default rms_norm_eps
1 parent 3e68cdd commit 0c26799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ static void llama_model_load_internal(
10301030
auto & hparams = model.hparams;
10311031

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

10351035
{
10361036
switch (hparams.n_layer) {

0 commit comments

Comments
 (0)