mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-18 04:40:35 +08:00
[model] add qwen2.5 vl models (#6779)
This commit is contained in:
@@ -1928,6 +1928,14 @@ register_model_group(
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-72B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-72B-Instruct",
|
||||
},
|
||||
"Qwen2.5-7B-Instruct-1M": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-7B-Instruct-1M",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-7B-Instruct-1M",
|
||||
},
|
||||
"Qwen2.5-14B-Instruct-1M": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-14B-Instruct-1M",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-14B-Instruct-1M",
|
||||
},
|
||||
"Qwen2.5-0.5B-Instruct-GPTQ-Int8": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-0.5B-Instruct-GPTQ-Int8",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-0.5B-Instruct-GPTQ-Int8",
|
||||
@@ -2149,6 +2157,18 @@ register_model_group(
|
||||
DownloadSource.DEFAULT: "Qwen/QVQ-72B-Preview",
|
||||
DownloadSource.MODELSCOPE: "Qwen/QVQ-72B-Preview",
|
||||
},
|
||||
"Qwen2.5-VL-3B-Instruct": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-VL-3B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-VL-3B-Instruct",
|
||||
},
|
||||
"Qwen2.5-VL-7B-Instruct": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-VL-7B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-VL-7B-Instruct",
|
||||
},
|
||||
"Qwen2.5-VL-72B-Instruct": {
|
||||
DownloadSource.DEFAULT: "Qwen/Qwen2.5-VL-72B-Instruct",
|
||||
DownloadSource.MODELSCOPE: "Qwen/Qwen2.5-VL-72B-Instruct",
|
||||
},
|
||||
},
|
||||
template="qwen2_vl",
|
||||
vision=True,
|
||||
|
||||
Reference in New Issue
Block a user