[model] support GLM-4.7-Flash SFT (#10173)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Shanay Mehta
2026-02-09 08:10:44 +05:30
committed by GitHub
parent 92fa3df4c4
commit ea644d04ec
3 changed files with 45 additions and 0 deletions

View File

@@ -939,6 +939,17 @@ register_model_group(
)
register_model_group(
models={
"GLM-4.7-Flash": {
DownloadSource.DEFAULT: "zai-org/GLM-4.7-Flash",
DownloadSource.MODELSCOPE: "ZhipuAI/GLM-4.7-Flash",
},
},
template="glm4_7",
)
register_model_group(
models={
"GLM-Z1-0414-9B-Chat": {