mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
Detect WizardLM-30B-V1.0 instruction format
This commit is contained in:
parent
e0b43102e6
commit
db2cbe7b5a
1 changed files with 3 additions and 0 deletions
|
@ -188,3 +188,6 @@ llama-65b-gptq-3bit:
|
|||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
truncation_length: 4096
|
||||
.*WizardLM-30B-V1.0:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
|
|
Loading…
Add table
Reference in a new issue