diff --git a/src/llamafactory/data/template.py b/src/llamafactory/data/template.py index b4a71c90..634636f7 100644 --- a/src/llamafactory/data/template.py +++ b/src/llamafactory/data/template.py @@ -880,7 +880,6 @@ register_template( register_template( name="empty", format_assistant=StringFormatter(slots=["{{content}}"]), - replace_jinja_template=True, )