Views
No views yet
| Metric | Base LFM2.5-VL-450M | Electrocom VLM V2 (Ours) |
|---|---|---|
| Grounding Recall (IoU > 0.5) | 0.0% | 31.9% |
| Inference Speed (tok/s) | 81.6 | 85.2 |
llama.cpp.1# Download the model and projector
2hf download erikku-sama/lfm2-electronics-vlm-v2 electrocom-vlm-v2-f16.gguf --local-dir .
3hf download LiquidAI/LFM2.5-VL-450M-GGUF mmproj-LFM2.5-VL-450m-F16.gguf --local-dir .
4
5# Run inference
6llama-mtmd-cli \
7 --model electrocom-vlm-v2-f16.gguf \
8 --mmproj mmproj-LFM2.5-VL-450m-F16.gguf \
9 --image your_image.jpg \
10 -p "Inspect the image and detect all electronic components. Provide result as a valid JSON: [{\"label\": str, \"bbox\": [x1,y1,x2,y2]}, ...]. Coordinates must be normalized to 0-1." \
11 --temp 0.1 \
12 --jinja