diff --git a/models/config.yaml b/models/config.yaml index 23862770..3d5f48ff 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -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'