Closed cg123 closed 4 months ago
Adds a chat_template field to merge configs, which can either be a Jinja template string or one of chatml, llama3, alpaca, mistral. Also supports auto which will try to select the most common template among the input models.
chat_template
chatml
llama3
alpaca
mistral
auto
Adds a
chat_template
field to merge configs, which can either be a Jinja template string or one ofchatml
,llama3
,alpaca
,mistral
. Also supportsauto
which will try to select the most common template among the input models.