mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Set rms_norm_eps to 5e-6 for every llama-2 ggml model, not just 70b
This commit is contained in:
parent
193c6be39c
commit
de5de045e0
@ -274,9 +274,9 @@ TheBloke_WizardLM-30B-GPTQ:
|
||||
instruction_template: 'Alpaca'
|
||||
.*llama-(2|v2):
|
||||
truncation_length: 4096
|
||||
rms_norm_eps: 5.0e-6
|
||||
.*llama-(2|v2).*chat:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Llama-v2'
|
||||
.*llama.*70b.*ggml.*\.bin:
|
||||
n_gqa: 8
|
||||
rms_norm_eps: 5.0e-6
|
||||
|
Loading…
Reference in New Issue
Block a user