speculative-decoding

Tag

Cards List
#speculative-decoding

DeLS-Spec: Decoupled Long-Short Contexts for Parallel Speculative Drafting

arXiv cs.CL · 2026-07-09 Cached

DeLS-Spec decouples long- and short-context modeling in speculative decoding by adding a lightweight local head to DFlash, achieving consistent speedups without full retraining. It requires only standard next-token prediction training for the local head and improves acceptance length on Qwen3 benchmarks.

0 favorites 0 likes
#speculative-decoding

Trees from Marginals: Autoregressive drafting with factorized priors

arXiv cs.LG · 2026-07-09 Cached

This paper introduces Weaver, a lightweight autoregressive adapter that constructs proposal trees from factorized drafters' top-K marginals, achieving a 4.37x speedup over autoregressive decoding and outperforming the DFlash baseline by 24.7%.

0 favorites 0 likes
#speculative-decoding

novita/kimi-k2.6-dspark · Hugging Face

Reddit r/LocalLLaMA · 2026-07-08 Cached

Novita releases Kimi-K2.6 DSpark, a speculator model that uses speculative decoding to accelerate inference of the base Kimi-K2.6 model, achieving higher accepted token lengths.

0 favorites 0 likes
#speculative-decoding

I tested freshly merged DFlash in llama.cpp on Qwen 3.6 27B Local AI win. 4.44x faster at 36K context. Here are my findings RTX 6000 PRO.

Reddit r/LocalLLaMA · 2026-07-07

A user benchmarks the newly merged DFlash speculative decoding method in llama.cpp on Qwen 3.6 27B, achieving up to 4.44x speedup at 36K context compared to baseline, with detailed leaderboard and quality tests.

0 favorites 0 likes
#speculative-decoding

@_ARahim_: DeepSeek's DSpark speculative-decoding drafters, benchmarked on a Mac Native on Apple Silicon (MLX), lossless; identica…

X AI KOLs Timeline · 2026-07-07 Cached

mlx-dspark brings DeepSeek's DSpark and z-lab's DFlash speculative decoding drafters to Apple Silicon via MLX, enabling lossless speedup (~1.4–1.6×, up to 2× on code/math) and an OpenAI-compatible API for local inference.

0 favorites 0 likes
#speculative-decoding

@charles_irl: If you're interested in speculative decoding, take some time to grok this chart! And read the article from @haoailab.ht…

X AI KOLs Timeline · 2026-07-07 Cached

A roofline model from the LLM Engineer's Almanac estimates speedups from speculative decoding for different draft lengths across models and hardware, with a note that it may underestimate benefits when overhead is significant.

0 favorites 0 likes
#speculative-decoding

DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation

Hugging Face Daily Papers · 2026-07-06 Cached

DSpark is a speculative decoding framework that combines semi-autoregressive draft generation with confidence-scheduled verification to accelerate LLM inference and improve throughput in high-concurrency settings.

0 favorites 0 likes
#speculative-decoding

@junupark_: new article: inside nano-vLLM. while v0 architecture is a bit outdated at this point, still thought this repo was optim…

X AI KOLs Timeline · 2026-07-05 Cached

A new article by @junupark_ provides an end-to-end code walkthrough of nano-vLLM, an LLM inference engine, with plans to cover speculative decoding techniques like Eagle3 and dFlash.

0 favorites 0 likes
#speculative-decoding

@Tech2Wild: Running GLM-5.2 at home the FULL 744B, all 256 experts, UNPRUNED across 4× NVIDIA DGX Spark (GB10). 200K context · MTP …

X AI KOLs Following · 2026-07-05 Cached

A detailed recipe for running the unpruned GLM-5.2 model (744B parameters, 256 experts) across 4 NVIDIA DGX Spark nodes with 200K context, achieving up to 60.5 tok/s aggregate. Includes performance benchmarks, credits, and patches.

0 favorites 0 likes
#speculative-decoding

prism-ml/Bonsai-27B-mlx-1bit

Hugging Face Models Trending · 2026-07-04 Cached

Bonsai-27B is a 1-bit binary transformer model that achieves full 27B-class reasoning on a phone (iPhone 17 Pro Max) with ~3.9 GB footprint and ~11 tok/s, retaining ~90% of FP16 intelligence.

0 favorites 0 likes
#speculative-decoding

Anyone tried using the new (ish) Gemma diffusion model as a speculative model?

Reddit r/LocalLLaMA · 2026-07-03

Explores using Google's Gemma diffusion model as a speculative model for efficient large language model inference.

0 favorites 0 likes
#speculative-decoding

Follow-up: GLM-5.2 NVFP4 on four DGX Sparks — the MTP mystery is solved, and it's now ~24 tok/s at 128K context

Reddit r/LocalLLaMA · 2026-07-03

A bug in vLLM's speculative decoding configuration for GLM-5.2 NVFP4 on four DGX Sparks was fixed, resolving a performance tradeoff and achieving ~24 tok/s at 128K context with MTP4.

0 favorites 0 likes
#speculative-decoding

Spec-AUF: Accept-Until-Fail Training under Train-Inference Misalignment for Masked Block Drafters

arXiv cs.AI · 2026-07-03 Cached

The paper introduces AUF (Accept-Until-Fail), a simple modification to the cross-entropy loss for masked block drafters in speculative decoding that restricts supervision to the prefix up to the first predicted failure, improving average emitted length across benchmarks without changing inference.

0 favorites 0 likes
#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
← Previous
Next →
← Back to home

Submit Feedback