← Back to KHAO

Llama · Samsung · ARM ·

Apply the files with llama.cpp or any runtime that supports GGUF Q4_0 artifacts

2 min read

Compiled by KHAO Editorial — aggregated from 1 source. See llms.txt for citation guidance.

★ Tier-1 Source

lfm25_gguf_eval_scores_2x2_liquid.

The QAD GGUFs are.5-230M, LFM2.5-350M, LFM2.5-1.2B-Instruct, and LFM2.5-2.6B.

Key facts

Summary

Trained with Quantization-Aware Distillation (QAD): a high-precision teacher model is distilled into a quantized student model. Same memory and speed as native Q4_0: They keep the low memory footprint and high throughput of Q4_0 GGUFs. For all four models, they compare their released GGUFs produced with post-training quantization (PTQ) against the trained QAD Q4_0 checkpoints on a benchmark suite spanning reasoning, instruction-following, tool use, and agentic capabilities: GPQA Diamond, MMLU-Pro, IFEval, IFBench, Multi-IF, and BFCLv4. Across all four models, QAD substantially improves the Q4_0 checkpoint. The team measure decode throughput for the four models LFM2.5-230M, LFM2.5-350M, LFM2.5-1.2B-Instruct, and LFM2.5-2.6B across four targets: MacBook Pro, NucBox EVO-X2, Samsung Galaxy S26 Ultra, and Raspberry Pi 5.

Read full article at Hugging Face →

#Llama #Samsung #ARM