add chatml support + mistral-openorca (#4275)
This commit is contained in:
parent
ed66ca3cdf
commit
6e2dec82f1
3 changed files with 10 additions and 11 deletions
|
@ -87,7 +87,7 @@
|
|||
.*mpt-.*instruct:
|
||||
instruction_template: 'Alpaca'
|
||||
.*mpt-.*chat:
|
||||
instruction_template: 'MPT-Chat'
|
||||
instruction_template: 'ChatML'
|
||||
(?!.*-flan-)(?!.*-t5-).*lamini-:
|
||||
instruction_template: 'Alpaca'
|
||||
.*incite.*chat:
|
||||
|
@ -174,5 +174,7 @@
|
|||
instruction_template: 'Llama-v2'
|
||||
.*mistral.*instruct:
|
||||
instruction_template: 'Mistral'
|
||||
.*mistral.*openorca:
|
||||
instruction_template: 'ChatML'
|
||||
.*AWQ:
|
||||
n_batch: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue