fix Mistral template

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

Former-commit-id: bfb94331657f385f4653ddcb8f7b57d1c052804d
This commit is contained in:
hiyouga 2023-11-19 16:29:30 +08:00
parent a53afb27eb
commit 8d82d7e994

View File

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