mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 03:10:35 +08:00
fix bug in template vanilla
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user