LFM2 is a new generation of hybrid models developed by Liquid AI, specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency.
1llama-cli -hf LiquidAI/LFM2.5-230M-GGUF \2 --hf-file LFM2.5-230M-QAD-Q4_0.gguf \3 -p "What is C. elegans?"
QAD source weights (safetensors)
The original FP32 QAD source checkpoint is available in
qad/, with its model config,
tokenizer, generation defaults, and the same chat template as the released QAD GGUF.
It can be loaded in Transformers by passing subfolder="qad":
These weights are intended for fine-tuning and experimentation. Published QAD
results apply to the Q4_0 GGUF; direct FP32/BF16 inference and other quantization
formats may behave differently. See the source checkpoint documentation
for validation details and the license.