mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-22 22:02:51 +08:00
fix bug in template vanilla
Former-commit-id: c527399424d027a49d8584f4f7884eeabe5ea0df
This commit is contained in:
parent
64080d185e
commit
50494db8d6
@ -15,7 +15,7 @@ class Template:
|
||||
"""
|
||||
self._register_template(
|
||||
prefix="",
|
||||
prompt="",
|
||||
prompt="{query}",
|
||||
sep="",
|
||||
use_history=False
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user