[model] support LiquidAI's LFM2.5-VL vision-language model (#9729)

This commit is contained in:
Vo Van Phuc
2026-01-07 16:20:29 +07:00
committed by GitHub
parent b4e051bea4
commit 958fb523a2
5 changed files with 118 additions and 0 deletions

View File

@@ -1506,6 +1506,17 @@ register_model_group(
)
register_model_group(
models={
"LFM2.5-VL-1.6B": {
DownloadSource.DEFAULT: "LiquidAI/LFM2.5-VL-1.6B",
},
},
template="lfm2_vl",
multimodal=True,
)
register_model_group(
models={
"Llama-7B": {