mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-01-02 12:10:34 +08:00
fix Mistral template
https://github.com/lm-sys/FastChat/pull/2547
Former-commit-id: bfb9433165
This commit is contained in:
@@ -499,7 +499,9 @@ register_template(
|
|||||||
"[INST] {{query}} [/INST]"
|
"[INST] {{query}} [/INST]"
|
||||||
],
|
],
|
||||||
system="",
|
system="",
|
||||||
sep=[]
|
sep=[
|
||||||
|
" "
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user