mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +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(
|
self._register_template(
|
||||||
prefix="",
|
prefix="",
|
||||||
prompt="",
|
prompt="{query}",
|
||||||
sep="",
|
sep="",
|
||||||
use_history=False
|
use_history=False
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user