Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to 3.18x Faster Decoding Without Changing Model Outputs
Liquid AI has released DSpark draft model checkpoints for three models in its LFM2.5 family: LFM2.5-1.2B-Instruct, LFM2.5-2.6B, and LFM2.5-8B-A1B.Each drafter adds a speculative decoding path to an existing target model.
A roughly 300M-parameter draft proposes a block of nine candidate tokens, and the target model verifies the whole block in a single forward pass.The trade is a small memory increase for a large decoding speedup: up to 3.18x on an H100 and up to 2.87x on an M4 Max MacBook Pro.Output does not change.
Under greedy decoding, the emitted sequence is identical to the target model running alone, so benchmark accuracy is unchanged.Both llama.cpp and SGLang have day-one support.Is it deployable?Yes, if you self-host.
The weights ship as Safetensors and GGUF, and the drafter checkpoints are not served by any hosted inference provider on Hugging Face today.Running them needs an SGLang or llama.cpp build with DSpark support for LFM2 targets.Company level: The LFM Open License v1.
0 allows free commercial use only while your entity stays under $10M in annual revenue.Indie developers, startups and SMBs are covered; larger enterprises must contact Liquid AI for a commercial license first.
Industries: Developer tooling, consumer apps that run locally, robotics and embedded systems, plus healthcare, finance and defense workloads that keep data on-premise or on-device.
Applications: Local coding assistants, on-device agents that reason before each tool call, single-user chat where batch size is 1, and offline copilots on laptop-class hardware.What are Drafters?Speculative decoding uses a small model to propose tokens that a larger model verifies.Each LFM2.
5 drafter is roughly 300M parameters: 295.7M for the 1.2B-Instruct target and 327.7M for the 2.6B and 8B-A1B targets.The backbone is 5 full-attention layers with hiddensize=2048, intermediatesize=6144, GQA at 32 heads over 8 KV heads, and a block size of 9.
The drafter ships no vocabulary weights; embedding and LM head are tied from the target at load time.The 2.6B drafter repository is 655 MB in BF16, which is the real memory cost you are adding.DSpark combines three parts.
A DFlash-style parallel backbone, conditioned on the target’s context features, produces hidden states for all draft tokens in one forward pass.
A lightweight sequential head, modeled as a Markov chain between neighboring tokens at rank 256, restores inter-token dependency and lifts acceptance at later block positions.
A confidence-scheduled verifier predicts each token’s survival probability and prunes low-confidence suffixes when verification would cost more than it saves.The Measured Results Liquid AI reports throughput on 1xH100 in BF16 via SGLang, and on an M4 Max MacBook Pro via llama.
cpp with Metal and FP16 GGUF weights.Both use block size 9, batch size 1 and temperature 0, across MATH500, HumanEval, MBPP, GSM8K and MT-Bench.TargetH100 meanBest H100 caseM4 Max meanBest M4 Max caseLFM2.5-1.2B-Instruct2.10x (656 → 1384 tok/s)2.56x on MATH5002.54x (138 → 350 tok/s)2.
87x on HumanEval (136 → 389)LFM2.5-2.6B2.67x (323 → 864 tok/s)3.06x on MATH5002.27x (61 → 139 tok/s)2.63x on HumanEvalLFM2.5-8B-A1B2.54x (418 → 1074 tok/s)3.18x on MATH500 (428 → 1362)1.18x (90 → 106 tok/s)1.44x on GSM8K Speedup tracks acceptance rate, which tracks how predictable the output is.
LFM2.5-8B-A1B accepts 8.27 of 10 tokens per step on MATH500 and only 4.02 on GSM8K, so the same model swings from 3.18x to 1.29x on the same GPU.On the 1.2B model, MT-Bench acceptance drops to 3.90 and the H100 gain falls to 1.66x.The MoE result on Apple silicon is the clearest caveat: LFM2.
5-8B-A1B gains only 1.18x on average on the M4 Max.Liquid AI attributes this to the current MoE implementation in llama.cpp’s Metal backend, and to the fact that verifying k tokens activates more experts, and therefore more weight traffic, than a single decode step.window.
addEventListener("message",function(e){if(e.data&&e.data.dsparkHeight){var f=document.getElementById("mtp-dspark-frame");if(f)f.style.height=e.data.dsparkHeight+"px";}}); The Agentic Case The gain concentrates where the user waits through reasoning before every tool call.
Across multi-tool function-calling scenarios, Liquid AI reports that DSpark cuts latency by 57% on average for LFM2.5-2.6B.Test it against your own traces: an agent that plans, calls, and re-plans pays the decode cost several times per user turn.
On SGLang, launch the target with the drafter attached: Copy CodeCopiedUse a different Browserpython -m sglang.launch_server \ --model-path LiquidAI/LFM2.5-2.6B \ --speculative-algorithm DSPARK \ --speculative-draft-model-path LiquidAI/LFM2.5-2.
6B-DSpark \ --speculative-draft-attention-backend flashinfer \ --disable-radix-cache --mem-fraction-static 0.75 --port 30000 The block size is read from the drafter’s config.json, and the baseline is the same command without the three --speculative-* flags.
Key Takeaways DSpark drafters add ~300M parameters and up to 3.18x faster decoding on an H100.Greedy output is identical to baseline, so benchmark accuracy is unchanged.Speedup follows acceptance rate and varies by workload, from 1.04x to 3.18x.On-device MoE is the weak spot: LFM2.
5-8B-A1B gains only 1.18x on M4 Max.Multi-tool function calling gets the biggest practical win: 57% lower latency on LFM2.5-2.6B.Check out the model card on 8B-A1B and the full technical write-up.All credit for this research goes to the researchers of this project.
Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?
Connect with us The post Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to 3.18x Faster Decoding Without Changing Model Outputs appeared first on MarkTechPost.
Related
相關文章

AI辦公助手,沒有葵花寶典:五款應用萬字實測報告
AGI-Signal2026.08.24 09:12 · 來自北京全文11936字單項冠軍各有其人。2026年上半年,AI辦公賽道發生了一個根本性變化,工具不再滿足於當“對話框”,而是試圖接管完整任務,寫一段文案、做完一份報告、生成一份PPT,甚至跨應用操作。

Anthropic新模型偷「吃瓜」,最強Fable 5爆冷
Anthropic 近日推出新款 AI 模型,在內部測試中意外展現「吃瓜」能力,引發社群熱議。該模型不僅能快速理解網路迷因與流行語,更在特定任務上表現出人意料,讓原本被外界視為最強對手的 Fable 5 爆冷落後,業界對這項結果感到相當驚訝。目前 Anthropic 官方尚未針對模型實際表現與測試細節做出完整說明,市場則持續關注後續可能的技術更新與應用方向。
端側AI大洗牌:vivo藍心登頂手機大模型榜首,3B小參數跑分逼近雲端巨頭
SuperCLUE發佈手機端側大模型測評,vivo藍心BlueLM3.5 Nano 3B以89.86分居綜合第一。該3B小模型得分逼近谷歌Gemini3.6 Flash、豆包Seed2.1 Pro、千問Qwen3.8 Max等雲端大模型,展現端側性能突破。
Kimi K2.5 月底退役:月之暗面第一代萬億參數多模態模型謝幕
月之暗面官宣第一代萬億參數多模態模型Kimi K2.5將於本月底結束服役。該模型今年1月推出並開源,是Kimi迄今最全能模型,採用原生多模態架構,支持視覺與文本輸入、思考/非思考模式、對話與Agent任務,在Agent、代碼、圖像、視頻及通用智能取得開源SOTA。K3將接力,參數規模再上臺階。
光子躍遷亮相BIRTV 2026:以"AI+影像"重構創作範式,三大板塊解碼下一代影像生態
8月19日,BIRTV 2026(北京國際廣播電影電視展覽會)在北京拉開帷幕。在這場匯聚全球廣電與影像領域頂尖技術與創意的盛會上,光子躍遷以"AI+影像"為核心敘事,攜個人智能影像生態重磅亮相,向行業展示了一個由AI驅動、以人為中心的影像未來。與行業展會常見的深色科技風不同,光子躍遷的展臺以純淨白色為主基調,輔以品牌藍色進行點睛點綴,在千篇一律的深色展臺中脫穎而出,傳遞出品牌年輕、活力、面向未來的基因。

諾亦騰機器人發佈 HiPHI,開源 617.5 小時高精度人體運動數據
作者:潞源 責編:潞源 評論: 8 月 23 日消息,諾亦騰機器人在 2026 世界機器人大會期間發佈 HiPHI,這是一套面向人形機器人學習、數字人,以及計算機圖形學領域研究人員和工程師的高精度光學動作捕捉數據集。據報道,該數據集總長 617.