[model] add GLM-4.1V (#8462)

This commit is contained in:
Kingsley
2025-06-30 01:09:41 +08:00
committed by GitHub
parent 0a004904bd
commit 0b188ca00c
5 changed files with 172 additions and 1 deletions

View File

@ -834,6 +834,18 @@ register_model_group(
)
register_model_group(
models={
"GLM-4.1V-9B-Thinking": {
DownloadSource.DEFAULT: "THUDM/GLM-4.1V-9B-Thinking",
DownloadSource.MODELSCOPE: "ZhipuAI/GLM-4.1V-9B-Thinking",
}
},
template="glm4v",
multimodal=True,
)
register_model_group(
models={
"GLM-Z1-0414-9B-Chat": {