mirror of
https://github.com/frozenleaves/LLaMA-Factory.git
synced 2025-10-20 16:23:46 +08:00
[model] support intern-VL 2.5-3 series (#7258)
* add internvl and rebase * fix for internvl2&3 * remove lines * fix video_inputs & lint * nit * add constants * remove lines * fix * fix error * pass ci * pass ci * skip internvl & nit
This commit is contained in:
@ -965,6 +965,35 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"InternVL2_5-1B-MPO": {
|
||||
DownloadSource.DEFAULT: "kingsley01/InternVL2_5-1B-MPO-hf",
|
||||
},
|
||||
"InternVL2_5-2B-MPO": {
|
||||
DownloadSource.DEFAULT: "kingsley01/InternVL2_5-2B-MPO-hf",
|
||||
},
|
||||
"InternVL2_5-4B-MPO": {
|
||||
DownloadSource.DEFAULT: "kingsley01/InternVL2_5-4B-MPO-hf",
|
||||
},
|
||||
"InternVL2_5-8B-MPO": {
|
||||
DownloadSource.DEFAULT: "kingsley01/InternVL2_5-8B-MPO-hf",
|
||||
},
|
||||
"InternVL3-1B-hf": {
|
||||
DownloadSource.DEFAULT: "kingsley01/InternVL3-1B-hf",
|
||||
},
|
||||
"InternVL3-2B-hf": {
|
||||
DownloadSource.DEFAULT: "kingsley01/InternVL3-2B-hf",
|
||||
},
|
||||
"InternVL3-8B-hf": {
|
||||
DownloadSource.DEFAULT: "kingsley01/InternVL3-8B-hf",
|
||||
},
|
||||
},
|
||||
template="intern_vl",
|
||||
multimodal=True,
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Jamba-v0.1": {
|
||||
|
Reference in New Issue
Block a user