[model] add qwen2 omni 3b (#7945)
This commit is contained in:
@@ -2479,6 +2479,14 @@ register_model_group(
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen3-235B-A22B",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3-235B-A22B",
|
||||
},
|
||||
"Qwen3-14B-Instruct-AWQ": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen3-14B-AWQ",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3-14B-AWQ",
|
||||
},
|
||||
"Qwen3-32B-Instruct-AWQ": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen3-32B-AWQ",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen3-32B-AWQ",
|
||||
},
|
||||
},
|
||||
template="qwen3",
|
||||
)
|
||||
@@ -2502,10 +2510,14 @@ register_model_group(
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Qwen2.5-Omni-3B": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-Omni-3B",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-Omni-3B",
|
||||
},
|
||||
"Qwen2.5-Omni-7B": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-Omni-7B",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-Omni-7B",
|
||||
}
|
||||
},
|
||||
},
|
||||
template="qwen2_omni",
|
||||
multimodal=True,
|
||||
|
||||
Reference in New Issue
Block a user