mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-19 21:30:37 +08:00
[data] fix empty template (#8312)
This commit is contained in:
@@ -880,7 +880,6 @@ register_template(
|
|||||||
register_template(
|
register_template(
|
||||||
name="empty",
|
name="empty",
|
||||||
format_assistant=StringFormatter(slots=["{{content}}"]),
|
format_assistant=StringFormatter(slots=["{{content}}"]),
|
||||||
replace_jinja_template=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user