mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-02-27 00:05:58 +08:00
[model] support GLM-4.7-Flash SFT (#10173)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user