• bitcoinBitcoin(BTC)$77,704.008.40%
  • ethereumEthereum(ETH)$2,392.875.20%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$676.965.70%
  • rippleXRP(XRP)$1.3820.60%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$91.274.70%
  • tronTRON(TRX)$0.3401731.70%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.03-1.60%
  • HyperliquidHyperliquid(HYPE)$74.822.40%
  • dogecoinDogecoin(DOGE)$0.08431510.40%
  • zcashZcash(ZEC)$657.5817.50%
  • RainRain(RAIN)$0.0145804.80%
  • USDSUSDS(USDS)$1.000.00%
  • leo-tokenLEO Token(LEO)$9.300.40%
  • chainlinkChainlink(LINK)$11.387.70%
  • whitebitWhiteBIT Coin(WBT)$71.9518.80%
  • cardanoCardano(ADA)$0.21354812.90%
  • moneroMonero(XMR)$412.96-1.50%
  • stellarStellar(XLM)$0.1909848.10%
  • bitcoin-cashBitcoin Cash(BCH)$261.3521.20%
  • daiDai(DAI)$1.000.00%
  • CantonCanton(CC)$0.103337-0.70%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • USD1USD1(USD1)$1.000.10%
  • litecoinLitecoin(LTC)$50.867.90%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.422.40%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • hedera-hashgraphHedera(HBAR)$0.0770457.10%
  • avalanche-2Avalanche(AVAX)$7.6110.70%
  • suiSui(SUI)$0.8011.20%
  • shiba-inuShiba Inu(SHIB)$0.0000056.70%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,566.412.40%
  • crypto-com-chainCronos(CRO)$0.0569139.20%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • MemeCoreMemeCore(M)$1.17-6.10%
  • nearNEAR Protocol(NEAR)$1.908.40%
  • uniswapUniswap(UNI)$3.926.20%
  • okbOKB(OKB)$108.192.60%
  • BittensorBittensor(TAO)$224.147.70%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.130.00%
  • pax-goldPAX Gold(PAXG)$4,580.962.60%
  • AsterAster(ASTER)$0.728.90%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0611560.70%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • OndoOndo(ONDO)$0.3781288.60%
  • aaveAave(AAVE)$112.8315.80%
  • mantleMantle(MNT)$0.525.90%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to 3.18x Faster Decoding Without Changing Model Outputs

August 20, 2026
in AI & Technology
Reading Time: 21 mins read
A A
Liquid AI Releases LFM2.5-DSpark Draft Models That Deliver Up to 3.18x Faster Decoding Without Changing Model Outputs
ShareShareShareShareShare

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.

YOU MAY ALSO LIKE

Nevada Allows Uber, Tesla And Waymo To Start Paid Robotaxi Service

RayNeo Is Going Both Minimalist And Maximalist With Its Latest AR Smart Glasses

  • 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 hidden_size=2048, intermediate_size=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.

Target H100 mean Best H100 case M4 Max mean Best M4 Max case
LFM2.5-1.2B-Instruct 2.10x (656 → 1384 tok/s) 2.56x on MATH500 2.54x (138 → 350 tok/s) 2.87x on HumanEval (136 → 389)
LFM2.5-2.6B 2.67x (323 → 864 tok/s) 3.06x on MATH500 2.27x (61 → 139 tok/s) 2.63x on HumanEval
LFM2.5-8B-A1B 2.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.

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:

python -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


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Nevada Allows Uber, Tesla And Waymo To Start Paid Robotaxi Service
AI & Technology

Nevada Allows Uber, Tesla And Waymo To Start Paid Robotaxi Service

August 21, 2026
RayNeo Is Going Both Minimalist And Maximalist With Its Latest AR Smart Glasses
AI & Technology

RayNeo Is Going Both Minimalist And Maximalist With Its Latest AR Smart Glasses

August 21, 2026
Slack wants to drag AI coding out of the terminal and into the group chat
AI & Technology

Slack wants to drag AI coding out of the terminal and into the group chat

August 21, 2026
TVA Board Creates Data Center Rate to Shield Households From AI Power Costs – Unite.AI
AI & Technology

TVA Board Creates Data Center Rate to Shield Households From AI Power Costs – Unite.AI

August 20, 2026
Next Post
Dow plunges 600 points as surging Treasury yields, Walmart sales shock Wall Street

Dow plunges 600 points as surging Treasury yields, Walmart sales shock Wall Street

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Person in horror mask wanted after chasing a female jogger

Person in horror mask wanted after chasing a female jogger

August 21, 2026
Renting Compute Capacity Is a Huge Business, Cerebras CEO Says

Renting Compute Capacity Is a Huge Business, Cerebras CEO Says

August 16, 2026
Repentance+ Online Release Goes Head-To-Head With GTA 6 On November 19

Repentance+ Online Release Goes Head-To-Head With GTA 6 On November 19

August 19, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!