mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
fix bug in template vanilla
Former-commit-id: 9b51e44c95af116aec34e7b6495935420f7c6c27
This commit is contained in:
parent
c42562d7ae
commit
496846e819
@ -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