fix Mistral template

https://github.com/lm-sys/FastChat/pull/2547
This commit is contained in:
hiyouga 2023-11-19 16:29:30 +08:00
parent 065bfaeed4
commit bfb9433165
1 changed files with 3 additions and 1 deletions

View File

@ -499,7 +499,9 @@ register_template(
"[INST] {{query}} [/INST]" "[INST] {{query}} [/INST]"
], ],
system="", system="",
sep=[] sep=[
" "
]
) )