mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-02-26 15:56:00 +08:00
[model] support youtu-vl model (#10152)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user