fix Mistral template

https://github.com/lm-sys/FastChat/pull/2547

Former-commit-id: d426ecdf6e95402fc36893f7e4f17f881e1b957b
This commit is contained in:
hiyouga 2023-11-19 16:29:30 +08:00
parent cfad41b901
commit 9f364d3880

View File

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