[model] support youtu-vl model (#10152)

This commit is contained in:
Hertz
2026-02-02 21:42:43 +08:00
committed by GitHub
parent bf04ca6af8
commit b53d7037c2
5 changed files with 95 additions and 0 deletions

View File

@@ -3375,6 +3375,18 @@ register_model_group(
)
register_model_group(
models={
"Youtu-VL-4B-Instruct": {
DownloadSource.DEFAULT: "tencent/Youtu-VL-4B-Instruct",
DownloadSource.MODELSCOPE: "Tencent-YouTu-Research/Youtu-VL-4B-Instruct",
},
},
template="youtu_vl",
multimodal=True,
)
register_model_group(
models={
"Yuan2-2B-Chat": {