mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add Vicuna-v1.5 detection (#3524)
This commit is contained in:
parent
e3d2ddd170
commit
e12a1852d9
@ -53,6 +53,11 @@ llama-65b-gptq-3bit:
|
||||
.*vicuna.*(1.1|1_1|1.3|1_3):
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
.*vicuna.*(1.5|1_5):
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
truncation_length: 4096
|
||||
rms_norm_eps: 5.0e-6
|
||||
.*stable.*vicuna:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'StableVicuna'
|
||||
|
Loading…
Reference in New Issue
Block a user