mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 16:18: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(
|
||||
prefix="",
|
||||
prompt="",
|
||||
prompt="{query}",
|
||||
sep="",
|
||||
use_history=False
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user