speculative-decoding

Tag

Cards List
#speculative-decoding

@mgoin_: GLM 5.2 DSpark preview is here! https://huggingface.co/RedHatAI/GLM-5.2-speculator.dspark-preview… This is the first DS…

X AI KOLs Following · 2026-07-02 Cached

RedHatAI releases a preview DSpark speculator for GLM-5.2-FP8, the first DSpark draft model for a non-DeepSeek frontier model, achieving ~1.5× faster decode on 4×B300 via vLLM nightly. The checkpoint is a work-in-progress, with training details and acceptance metrics provided.

0 favorites 0 likes
#speculative-decoding

@_yucheng_lu: MTP makes autoregressive LLMs fast. Can the same trick work for diffusion LMs? Had a fun collaboration with @modal expl…

X AI KOLs Following · 2026-07-02 Cached

Introduces Multi-Token Residual Prediction (MRP), a technique that accelerates diffusion language model inference by predicting residuals between adjacent denoising steps, achieving up to 1.56x speedup in SGLang and recovering up to +16 accuracy points in aggressive decoding settings.

0 favorites 0 likes
#speculative-decoding

I added MTP to local SoTA Agentic Coding Model Ornith 35B FP8 E4M3

Reddit r/LocalLLaMA · 2026-07-02 Cached

Introduced MTP speculative decoding to the Ornith 35B coding model in FP8 precision, achieving approximately 18% faster inference with minimal extra VRAM.

0 favorites 0 likes
#speculative-decoding

Qwen 3.6 27B Speculative Decoding Bench: Pushing ~100 TPS on a single RTX 3090

Reddit r/LocalLLaMA · 2026-06-30

A detailed benchmark comparing speculative decoding engines for Qwen 3.6 27B on a single RTX 3090, showing ik_llama achieving ~100 tokens per second in code generation. Results include decode TPS, TTFT, VRAM usage, and context degradation across 5 engine variants.

0 favorites 0 likes
#speculative-decoding

BlockPilot: Instance-Adaptive Policy Learning for Diffusion-based Speculative Decoding

Hugging Face Daily Papers · 2026-06-30 Cached

BlockPilot proposes an instance-adaptive policy that predicts the optimal block size for diffusion-based speculative decoding, achieving significant speedup with minimal overhead.

0 favorites 0 likes
#speculative-decoding

DeepSeek open sources DSpark, a new framework to speed up LLM inference by up to 85% (18 minute read)

TLDR AI · 2026-06-30 Cached

DeepSeek open-sourced DSpark, an MIT-licensed framework using speculative decoding to accelerate LLM inference by up to 85%, with support for multiple model families including its own DeepSeek-V4, Alibaba's Qwen, and Google's Gemma.

0 favorites 0 likes
#speculative-decoding

@karminski3: DeepSeek truly excels in both cost-effectiveness and technology... Some classmates don't understand what DSpark is, so here's a quick tutorial. Speculative decoding is a technique to improve the output speed of large models. The essence is to let a small model generate text for the large model to check. Because currently...

X AI KOLs Timeline · 2026-06-29 Cached

DeepSeek proposes the DSpark technique, which implements speculative decoding by inserting a mini Transformer after the Final RMSNorm, boosting large model output speed by 60%-85%.

0 favorites 0 likes
#speculative-decoding

@nullfoundry: hey everyone. i'd like to share my new recipe for dflash ( merged yesterday on oficial llama.cpp ) llama-server -hf uns…

X AI KOLs Timeline · 2026-06-29 Cached

Sharing a new recipe for dflash speculative decoding in llama.cpp, achieving ~70 TPS on a single RTX 3090 using Qwen3.6-27B GGUF with a draft model.

0 favorites 0 likes
#speculative-decoding

Ornith 35B works reasonably well with Qwen3.6 35B DFlash speculative model

Reddit r/LocalLLaMA · 2026-06-29

Ornith 35B shows 30-40% token generation speedup when paired with Qwen3.6 35B DFlash speculative model in llama-server, achieving 80% acceptance rate on mixed code and text, though prompt processing suffers.

0 favorites 0 likes
#speculative-decoding

@charles_irl: spec is all u need

X AI KOLs Following · 2026-06-29 Cached

Yong Quan highlights that better speculative decoders can unlock near-linear throughput gains in LLM inference, as presented at a Modal workshop by Charles.

0 favorites 0 likes
#speculative-decoding

EntMTP: Accelerating LLM Inference with Entropy Guided Multi Token Prediction

arXiv cs.CL · 2026-06-29 Cached

Proposes EntMTP, a training-free scheduler that adapts tree-based attention topologies for speculative decoding based on local entropy estimates, achieving 1.09-1.15x speedup over Hydra and up to 1.36x over Medusa.

0 favorites 0 likes
#speculative-decoding

Accelerating Gemini Nano models on Pixel with frozen Multi-Token Prediction (10 minute read)

TLDR AI · 2026-06-29 Cached

Google Research introduces a new architecture using frozen Multi-Token Prediction to accelerate Gemini Nano models on Pixel devices, significantly improving speed and energy efficiency for on-device AI features.

0 favorites 0 likes
#speculative-decoding

@Hikari_07_jp: Progress report! Training of the DFlash backbone and markov head is complete, enabling DSpark to be used on 27B. We wil…

X AI KOLs Timeline · 2026-06-28 Cached

Progress update on DSpark: training of DFlash backbone and markov head is complete, enabling use on 27B. Next is training the confidence head for adaptive drafting, expected 8-14% speed improvement over DFlash.

0 favorites 0 likes
#speculative-decoding

Ornith-1.0-35B GGUF update: native MTP speculative-decode graft + full serving/TTFT/long-context numbers (llama.cpp, tp=1)

Reddit r/LocalLLaMA · 2026-06-28

An update on the Ornith-1.0-35B GGUF model introduces a native MTP speculative-decode graft for faster inference on a single GPU, achieving ~1.3-1.35x decode speedup while maintaining near-identical token distribution. Benchmark numbers for throughput, TTFT, and long-context performance across multiple quants are provided.

0 favorites 0 likes
#speculative-decoding

@SuJinYan123: Just 6 hours after DeepSeek open-sourced the Qwen DSpark weights, OpenInfer already has DSpark support running on RTX 5…

X AI KOLs Timeline · 2026-06-28 Cached

OpenInfer, a pure Rust+CUDA LLM inference engine, quickly added support for DeepSeek's DSpark speculative decoding technique on RTX 5090, achieving nearly 500 tok/s per user and scaling to ~2.4K aggregate tok/s, outperforming DFlash on non-random workloads.

0 favorites 0 likes
#speculative-decoding

DeepSpec - a deepseek-ai Collection

Reddit r/LocalLLaMA · 2026-06-28 Cached

DeepSeek AI released the DeepSpec collection on Hugging Face, featuring speculative decoding models (dspark, dflash, eagle3) based on Qwen3 and Gemma4 in various sizes (1B-3B).

0 favorites 0 likes
#speculative-decoding

@dzhulgakov: DSpark from @deepseek_ai ingeniously integrates many speculative decoding ideas to achieve 1.5x to 5x higher throughput…

X AI KOLs Following · 2026-06-27 Cached

DSpark from DeepSeek AI integrates speculative decoding ideas to achieve 1.5x to 5x higher throughput in production systems. This thread explains 10 key ideas from the basics.

0 favorites 0 likes
#speculative-decoding

@charles_irl: it’s hot spec summer

X AI KOLs Timeline · 2026-06-27 Cached

DeepSeek has open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding models.

0 favorites 0 likes
#speculative-decoding

@DeRonin_: DeepSeek just dropped a 5-page paper + free GitHub repo that makes any LLM respond 80% faster it's called speculative d…

X AI KOLs Following · 2026-06-27 Cached

DeepSeek released a paper and MIT-licensed open-source implementation of speculative decoding (DSpark) that speeds up LLM responses by up to 80% by using a small 'guess' model and a large 'check' model, achieving both speed and accuracy without tradeoffs.

0 favorites 0 likes
#speculative-decoding

DeepSeek open-sources inference optimizations with 60–85% faster generation [pdf]

Hacker News Top · 2026-06-27 Cached

DeepSeek open-sourced DeepSpec, a full-stack codebase for training and evaluating draft models for speculative decoding, enabling 60-85% faster generation. It includes data preparation, training, and evaluation scripts with support for multiple draft model algorithms (DSpark, DFlash, Eagle3).

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback