Skip to content

Commit 8cad713

Browse files
authored
chore(model gallery): add lfm2-vl-450m (#6090)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent ebd1db2 commit 8cad713

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

gallery/index.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
---
2+
- &lfm2
3+
url: "github:mudler/LocalAI/gallery/chatml.yaml@master"
4+
name: "lfm2-vl-450m"
5+
license: lfm1.0
6+
tags:
7+
- multimodal
8+
- image-to-text
9+
- gguf
10+
- cpu
11+
- gpu
12+
- edge
13+
icon: https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/7_6D7rWrLxp2hb6OHSV1p.png
14+
urls:
15+
- https://huggingface.co/LiquidAI/LFM2-VL-450M
16+
- https://huggingface.co/LiquidAI/LFM2-VL-450M-GGUF
17+
description: |
18+
LFM2‑VL is Liquid AI's first series of multimodal models, designed to process text and images with variable resolutions. Built on the LFM2 backbone, it is optimized for low-latency and edge AI applications.
19+
We're releasing the weights of two post-trained checkpoints with 450M (for highly constrained devices) and 1.6B (more capable yet still lightweight) parameters.
20+
21+
2× faster inference speed on GPUs compared to existing VLMs while maintaining competitive accuracy
22+
Flexible architecture with user-tunable speed-quality tradeoffs at inference time
23+
Native resolution processing up to 512×512 with intelligent patch-based handling for larger images, avoiding upscaling and distortion
24+
overrides:
25+
parameters:
26+
model: LFM2-VL-450M-F16.gguf
27+
mmproj: mmproj-LFM2-VL-450M-F16.gguf
28+
files:
29+
- filename: LFM2-VL-450M-F16.gguf
30+
sha256: 0197edb886bb25136b52ac47e8c75a1d51e7ba41deda7eb18e8258b193b59a3b
31+
uri: huggingface://LiquidAI/LFM2-VL-450M-GGUF/LFM2-VL-450M-F16.gguf
32+
- filename: mmproj-LFM2-VL-450M-F16.gguf
33+
sha256: 416a085c5c7ba0f8d02bb8326c719a6f8f2210c2641c6bf64194a57c11c76e59
34+
uri: huggingface://LiquidAI/LFM2-VL-450M-GGUF/mmproj-LFM2-VL-450M-F16.gguf
235
- name: "kokoro"
336
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
437
urls:

0 commit comments

Comments
 (0)