fix qwen2vl plugin (#6855)

Former-commit-id: fd13b7138ab3f4da0a429a327b9d076bcb70b944
This commit is contained in:
hoshi-hiyouga
2025-02-08 10:59:10 +08:00
committed by GitHub
parent fec641ec82
commit 528e06ccaa
2 changed files with 26 additions and 11 deletions

View File

@@ -2156,6 +2156,18 @@ register_model_group(
register_model_group(
models={
"Qwen2-VL-2B": {
DownloadSource.DEFAULT: "Qwen/Qwen2-VL-2B",
DownloadSource.MODELSCOPE: "Qwen/Qwen2-VL-2B",
},
"Qwen2-VL-7B": {
DownloadSource.DEFAULT: "Qwen/Qwen2-VL-7B",
DownloadSource.MODELSCOPE: "Qwen/Qwen2-VL-7B",
},
"Qwen2-VL-72B": {
DownloadSource.DEFAULT: "Qwen/Qwen2-VL-72B",
DownloadSource.MODELSCOPE: "Qwen/Qwen2-VL-72B",
},
"Qwen2-VL-2B-Instruct": {
DownloadSource.DEFAULT: "Qwen/Qwen2-VL-2B-Instruct",
DownloadSource.MODELSCOPE: "Qwen/Qwen2-VL-2B-Instruct",