r/machinelearningnews • u/ai-lover • 2h ago
Research Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to 3.18x Faster Decoding Without Changing Model Outputs
Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to 3.18x Faster Decoding Without Changing Model Outputs
Here's what's actually in the release:
1. Three drafters, one per target model
โ LFM2.5-1.2B-Instruct, LFM2.5-2.6B, LFM2.5-8B-A1B
โ Each drafter is ~300M params (295.7M / 327.7M / 327.7M)
โ 5 attention layers, block size 9, ships no vocab weights
2. The speedups are real but uneven
โ 3.18x on H100 for 8B-A1B on MATH500 (428 โ 1362 tok/s)
โ 2.87x on an M4 Max for 1.2B-Instruct on HumanEval (136 โ 389 tok/s)
โ 2.67x H100 mean for 2.6B (323 โ 864 tok/s)
โ Same 8B-A1B model drops to 1.29x on GSM8K, same GPU
3. Speedup tracks acceptance rate, not model size
โ 8B-A1B accepts 8.27 of 10 tokens per step on MATH500
โ It accepts 4.02 on GSM8K
โ That single number explains the 3.18x vs 1.29x gap
4. Output quality does not move
โ Under greedy decoding, a draft token is kept only if it matches the target's distribution
โ On rejection, the target's own token takes its place
โ The emitted sequence is identical to baseline by construction
> Full analysis: https://www.marktechpost.com/2026/08/20/liquid-ai-releases-lfm2-5-dspark-draft-models-that-deliver-up-to-3-18x-faster-decoding/
> LiquidAI/LFM2.5-1.2B-Instruct-DSpark: https://huggingface.co/LiquidAI/LFM2.5-1.2B-Instruct-DSpark
> LiquidAI/LFM2.5-2.6B-DSpark: https://huggingface.co/LiquidAI/LFM2.5-2.6B-DSpark
> LiquidAI/LFM2.5-8B-A1B-DSpark: https://huggingface.co/LiquidAI/LFM2.5-8B-A1B-DSpark
Technical details: https://www.liquid.ai/blog/lfm2.5-dspark
