fix chatglm3 template

This commit is contained in:
hiyouga
2023-10-27 21:12:06 +08:00
parent 4600c29e93
commit 4117f38827

View File

@@ -576,6 +576,10 @@ register_template(
], ],
system="", system="",
sep=[], sep=[],
stop_words=[
"<|user|>",
"<|observation|>"
],
efficient_eos=True efficient_eos=True
) )