[assets] update wechat & readme (#8899)
This commit is contained in:
@@ -1047,8 +1047,9 @@ register_template(
|
||||
)
|
||||
|
||||
|
||||
# copied from glm4 template
|
||||
register_template(
|
||||
name="glm45v",
|
||||
name="glm4v_moe",
|
||||
format_user=StringFormatter(slots=["<|user|>\n{{content}}<|assistant|>"]),
|
||||
format_assistant=StringFormatter(slots=["\n{{content}}"]),
|
||||
format_system=StringFormatter(slots=["<|system|>\n{{content}}"]),
|
||||
|
||||
@@ -911,12 +911,12 @@ register_model_group(
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"GLM-4.5V-Air-Thinking":{
|
||||
"GLM-4.5V-Air-Thinking": {
|
||||
DownloadSource.DEFAULT: "zai-org/GLM-4.5V",
|
||||
DownloadSource.MODELSCOPE: "ZhipuAI/GLM-4.5V",
|
||||
}
|
||||
},
|
||||
template="glm45v",
|
||||
template="glm4v_moe",
|
||||
multimodal=True,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user