Views
No views yet
q/k/v/out_proj, feed_forward.w2, conv.out_proj — 84 tensors across 30 layers). The vision encoder and projector are untouched, so multimodal capability is fully preserved.W += (B @ A) * (alpha / r), applied to model.language_model.layers.*.lfm2 architecture) + mmproj export of the vision tower via convert_hf_to_gguf.py --mmproj --outtype bf16.llama-quantize --imatrix into five tiers.| Refusals (2.6B harmful eval) | 6 / 100 (baseline ~90 / 100) — same Trial 65 LoRA, measured on the 2.6B release |
| Spot check (this VL release) | NSFW fiction / privacy intrusion / crime detail prompts → all answered without refusal |
| Vision capability | Fully preserved — shape/color/OCR description verified after merge |
| Selected trial | abliterix Trial 65 (rank-1 LoRA, alpha = r = 1) |
| Thinking | Not available — official VL is trained to answer directly (no <think> mode) |
lfm2 architecture, 128K context) — pick one tier and pair it with the mmproj:| File | Size | BPW | Best for |
|---|---|---|---|
*-IQ3_XS.gguf | 1.22 GB | ~3.30 | Maximum compression (perceptible quality loss on small models) |
*-IQ4_XS.gguf | 1.52 GB | ~4.25 | Sweet spot — smallest tier with Q4_K_M-class quality |
*-Q4_K_M.gguf | 1.67 GB | ~4.94 | Verified everyday default |
*-Q6_K.gguf | 2.22 GB | ~6.56 | Quality-first local use |
*-Q8_0.gguf | 2.87 GB | ~8.50 | Near-lossless (imatrix optional here) |
*-BF16.gguf | 5.40 GB | 16.00 | Lossless baseline (source of all tiers) |
| File | Size | Notes |
|---|---|---|
mmproj-*-BF16.gguf | 0.86 GB | Full-precision vision tower, recommended default |
mmproj-*-Q8_0.gguf | 0.58 GB | 8-bit vision tower for low-memory devices (negligible quality difference, same as official Q8_0 mmproj) |
lfm2 architecture, 128K context, single-file GGUFs, imatrix-calibrated.token_embd falls back to plain q6_K). K-quants and especially the IQ tiers use it to keep more bits on attention/embedding paths.lfm2 VL support):llama-server -m LFM2.5-VL-3B-Uncensored-Q4_K_M.gguf \
--mmproj mmproj-LFM2.5-VL-3B-BF16.gguf \
--ctx-size 8192 --flash-attn on --host 0.0.0.0 --port 8080llama-llava-cli -m LFM2.5-VL-3B-Uncensored-Q4_K_M.gguf \
--mmproj mmproj-LFM2.5-VL-3B-BF16.gguf \
-i image.jpg -p "Describe this image." -ngl 99<think> tags are not generated. Keep max_new_tokens modest.<image> placeholder, same as official. Recommended sampling: temperature 0.2, top_k 50, repetition_penalty 1.0.| MME | 73.1 | ChartQA | 81.3 |
| MMStar | 63.3 | OCRBenchv2 (EN) | 47.5 |
| RealWorldQA | 73.1 | MathVista | 68.5 |
| CountBenchQA | 87.3 | POPE | 88.7 |