Views
No views yet
LiquidAI/LFM2.5-1.2B-Thinking — converted and quantized with llama.cpp.| Quant | Size | Notes |
|---|---|---|
| Q4_K_M | 697.04 MB | Smallest / fastest. Best choice for low-RAM or CPU-only inference (e.g. this pipeline's target, an i7-7660U). Some quality loss vs f16, usually not noticeable in casual chat. |
| Q5_K_M | 804.29 MB | Middle ground — noticeably better quality than Q4_K_M for a modest size/speed cost. Good default if you have the RAM to spare. |
| Q6_K | 918.24 MB | Largest / highest quality of the three, very close to f16 output. Use this if quality matters more than footprint or speed. |
1# CLI chat
2llama-cli -m lfm2.5-ADA-GGUF-Q4_K_M.gguf -p "Hello!" -cnv
3
4# OpenAI-compatible local server
5llama-server -m lfm2.5-ADA-GGUF-Q4_K_M.gguf -c 4096Modelfile pointing at the .gguf), and any other llama.cpp-based runtime.convert_hf_to_gguf.py (f16) → llama-quantize| Model | Avg heuristic (0-1) | Degenerate outputs |
|---|---|---|
| lfm2.5-ADA-GGUF-Q4_K_M (ours) | 0.558 | 0 / 8 |
| lfm2.5-ADA-GGUF-Q5_K_M (ours) | 0.532 | 0 / 8 |
| lfm2.5-ADA-GGUF-Q6_K (ours) | 0.557 | 0 / 8 |
| LFM2.5-1.2B-Thinking (base) | 0.731 | 0 / 8 |
| LFM2.5-350M | 0.618 | 0 / 8 |
| Qwen3-0.6B (~0.8B params) | 0.736 | 0 / 8 |

