📊 Full opportunity report: Boost Your AI Performance: Achieve Up To 3.2X Faster Inference With LFM2.5-DSpark on ThorstenMeyerAI.com — validation score, market gap, and execution plan.
TL;DR
LiquidAI has introduced DSpark draft checkpoints for its LFM2.5 models, offering up to 3.18x faster inference on GPUs and 2.87x on local devices. The new technique enhances AI speed without compromising output quality, impacting edge AI deployment and cost-efficiency.
LiquidAI has released new DSpark draft model checkpoints for its LFM2.5 family, claiming up to 3.18x faster inference on GPUs and 2.87x on-device. For more details, see the original analysis on this page. The company states that these speedups are achieved with minimal memory increase and without affecting output quality, marking a significant advance in AI inference efficiency.
The new DSpark models include three variants: LFM2.5-1.2B-Instruct, LFM2.5-2.6B, and LFM2.5-8B-A1B. LiquidAI reports that the largest GPU speedup, 3.18x, was observed on the LFM2.5-8B-A1B model running on an H100 GPU, reaching 1,362 tokens per second compared to 428 tokens. On local hardware, the most notable on-device improvement was 2.87x on a MacBook Pro M4 Max, increasing throughput from 136 to 389 tokens per second for the LFM2.5-1.2B-Instruct model.
The company emphasizes that this acceleration is achieved through a novel speculative decoding technique called DSpark, which reduces the latency associated with streaming model weights from DRAM to SRAM during inference. This method involves a lightweight draft model that proposes candidate tokens, verified in a single forward pass, sharing the loading cost across multiple tokens. The approach aims to improve speed without altering the output sequence, maintaining the same accuracy as traditional greedy decoding.
Benchmarks provided by LiquidAI indicate that the speed gains are most pronounced on the 8B-A1B model on GPU hardware, with a substantial increase in throughput, while on-device gains are most significant for the smaller 1.2B model. Learn more about faster inference techniques. The company also reports that function-calling latency is reduced by 57% on average across models, enhancing the responsiveness of local AI agents.
Impact on Local and Cloud AI Deployment
This development is important because it demonstrates that inference speed can be significantly increased without sacrificing output quality, which is critical for deploying AI models at the edge or in resource-constrained environments. The near-tripling of throughput on consumer hardware suggests that small models can now match the latency of hosted cloud services, enabling more responsive and cost-effective AI applications. Additionally, the reduction in function-calling latency directly benefits AI agents that rely on chaining multiple tool calls, improving overall interactivity and user experience.
For developers and organizations, these speedups mean lower operational costs when hosting small models locally or on affordable hardware, and the potential for more real-time AI interactions. The ability to accelerate inference without retraining or compromising accuracy could accelerate adoption of edge AI solutions in sectors such as robotics, IoT, and consumer electronics.
GPU AI inference acceleration hardware
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Evolution of Speculative Decoding Techniques
Speculative decoding has evolved through several generations, with prior approaches like EAGLE-3 and DFlash laying the groundwork for faster inference by reducing latency associated with weight streaming. LiquidAI’s DSpark technique builds on these foundations by combining a parallel draft backbone with a sequential Markov head and confidence-based pruning, aiming to maximize speedups while maintaining output fidelity.
The LFM2.5 family, which includes models ranging from 1.2 billion to 8 billion parameters, is LiquidAI’s latest generation of small language models. The new draft checkpoints are trained on diverse datasets, including supervised fine-tuning, chat, code, and function-calling data, with the final epoch selected based on acceptance rates rather than loss. This approach aims to optimize the balance between speed and accuracy, tailored for practical deployment scenarios.
While the reported benchmarks are promising, they are vendor-reported and based on specific hardware and conditions, with real-world performance potentially varying. The company notes that backend limitations, especially in MoE (Mixture of Experts) models like the 8B-A1B, may influence the extent of speedups achievable on certain hardware configurations.
“These add a speculative decoding path that trades a minimal memory increase for a large decoding speedup without changing output quality.”
— LiquidAI spokesperson
Performance Variability and Backend Limitations
All performance figures are based on vendor benchmarks under specific conditions and have not been independently verified. Variability in speedup depends on model size, dataset, and hardware setup. For example, the 8B-A1B model shows only an 18% average improvement on-device, limited by current backend constraints in llama.cpp’s Metal implementation. It remains unclear when these limitations will be addressed or how performance will scale with different workloads and temperatures.
Upcoming Validation and Broader Adoption
The next steps include independent benchmarking to verify LiquidAI’s claims across diverse hardware and real-world scenarios. Further development of backend support, especially for MoE models, is anticipated to enhance on-device gains. The company may also release updated models and tools to facilitate broader adoption of DSpark in various AI deployment contexts, including more extensive integration with popular inference frameworks like llama.cpp and SGLang.
Developers and organizations interested in edge AI should monitor upcoming updates and community feedback to assess the practical benefits and limitations of DSpark-based acceleration.
Key Questions
How does DSpark achieve such speed improvements without affecting output quality?
DSpark uses a speculative decoding approach where a lightweight draft model proposes candidate tokens, which are then verified in a single forward pass. This process reduces latency associated with weight streaming and ensures the output sequence remains identical to traditional greedy decoding, maintaining accuracy.
Are these speed improvements consistent across all models and hardware?
No, the reported gains vary depending on model size, dataset, and hardware. Benchmarks are vendor-reported, and real-world performance may differ. For example, on-device gains are most significant for smaller models like 1.2B parameters, while larger models see larger GPU speedups.
Will this technique work with all inference frameworks?
LiquidAI has announced day-one support for llama.cpp and SGLang, and the DSpark integration has been open-sourced. Compatibility with other frameworks will depend on future updates and community adoption.
When can we expect wider availability of these models and techniques?
LiquidAI’s initial release is available now, with ongoing development and improvements expected in the coming months. Independent testing and broader framework support are likely in the near term.
Source: ThorstenMeyerAI.com