Fixing Vicuna text generation (#1579)
This commit is contained in:
parent
d87ca8f2af
commit
a941c19337
3 changed files with 4 additions and 2 deletions
|
@ -27,6 +27,8 @@ llama-[0-9]*b-4bit$:
|
||||||
.*vicuna:
|
.*vicuna:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Vicuna'
|
instruction_template: 'Vicuna'
|
||||||
|
anon8231489123_vicuna-13b-GPTQ-4bit-128g:
|
||||||
|
instruction_template: 'Vicuna-v0'
|
||||||
.*alpaca:
|
.*alpaca:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Alpaca'
|
instruction_template: 'Alpaca'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue