mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-09-14 11:15:43 +08:00
[model] add MOSS-VL support (#10708)
This commit is contained in:
@@ -2198,6 +2198,17 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"MOSS-VL-Instruct-0708": {
|
||||
DownloadSource.DEFAULT: "OpenMOSS-Team/MOSS-VL-Instruct-0708",
|
||||
},
|
||||
},
|
||||
template="moss_vl",
|
||||
multimodal=True,
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"OLMo-1B": {
|
||||
|
||||
Reference in New Issue
Block a user