mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-02-02 08:33:38 +00:00
[model] Rename GLMV template (#9595)
This commit is contained in:
@@ -1128,7 +1128,7 @@ register_template(
|
||||
|
||||
# copied from glm4 template
|
||||
register_template(
|
||||
name="glm4v_moe",
|
||||
name="glm4_5v",
|
||||
format_user=StringFormatter(slots=["<|user|>\n{{content}}<|assistant|>"]),
|
||||
format_assistant=StringFormatter(slots=["\n{{content}}"]),
|
||||
format_system=StringFormatter(slots=["<|system|>\n{{content}}"]),
|
||||
|
||||
Reference in New Issue
Block a user