Change rms_norm_eps to 5e-6 for llama-2-70b ggml
Based on https://github.com/ggerganov/llama.cpp/pull/2384
This commit is contained in:
parent
ef8637e32d
commit
7bc408b472
2 changed files with 2 additions and 2 deletions
|
@ -279,4 +279,4 @@ TheBloke_WizardLM-30B-GPTQ:
|
|||
instruction_template: 'Llama-v2'
|
||||
.*llama.*70b.*ggml.*\.bin:
|
||||
n_gqa: 8
|
||||
rms_norm_eps: 1.0e-5
|
||||
rms_norm_eps: 5.0e-6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue