[deps] upgrade transformers (#7704)
This commit is contained in:
@@ -146,6 +146,7 @@ def register_model_group(
|
||||
any(suffix in name for suffix in ("-Chat", "-Distill", "-Instruct")) or multimodal
|
||||
):
|
||||
DEFAULT_TEMPLATE[name] = template
|
||||
|
||||
if multimodal:
|
||||
MULTIMODAL_SUPPORTED_MODELS.add(name)
|
||||
|
||||
@@ -736,11 +737,11 @@ register_model_group(
|
||||
DownloadSource.DEFAULT: "THUDM/GLM-4-32B-Chat-0414",
|
||||
DownloadSource.MODELSCOPE: "ZhipuAI/GLM-4-32B-Chat-0414" ,
|
||||
},
|
||||
"GLM-4-Z1-9B-0414": {
|
||||
"GLM-4-Z1-9B-Chat-0414": {
|
||||
DownloadSource.DEFAULT: "THUDM/GLM-4-Z1-9B-0414",
|
||||
DownloadSource.MODELSCOPE: "ZhipuAI/GLM-4-Z1-9B-0414" ,
|
||||
},
|
||||
"GLM-4-Z1-32B-0414": {
|
||||
"GLM-4-Z1-32B-Chat-0414": {
|
||||
DownloadSource.DEFAULT: "THUDM/GLM-4-Z1-32B-0414",
|
||||
DownloadSource.MODELSCOPE: "ZhipuAI/GLM-4-Z1-32B-0414" ,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user