mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +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'
|
instruction_template: 'Alpaca'
|
||||||
.*llama-(2|v2):
|
.*llama-(2|v2):
|
||||||
truncation_length: 4096
|
truncation_length: 4096
|
||||||
|
rms_norm_eps: 5.0e-6
|
||||||
.*llama-(2|v2).*chat:
|
.*llama-(2|v2).*chat:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Llama-v2'
|
instruction_template: 'Llama-v2'
|
||||||
.*llama.*70b.*ggml.*\.bin:
|
.*llama.*70b.*ggml.*\.bin:
|
||||||
n_gqa: 8
|
n_gqa: 8
|
||||||
rms_norm_eps: 5.0e-6
|
|
||||||
|
Loading…
Reference in New Issue
Block a user