Add ChatGLM support (#1256)
--------- Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
This commit is contained in:
parent
6a03ad0824
commit
c6fe1ced01
7 changed files with 31 additions and 10 deletions
|
@ -45,3 +45,6 @@ llama-[0-9]*b-4bit$:
|
|||
.*koala:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Koala'
|
||||
.*chatglm:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'ChatGLM'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue