arXiv:2609.09166v1 Announce Type: new Abstract: This paper investigates collaborative speculative decoding (CoSD), a distributed large language model (LLM) inference framework in which an on-device small language model (SLM) drafts candidate tokens and a server LLM verifies them.…
arXiv:2609.09338v1 Announce Type: new Abstract: Speculative decoding is critical for accelerating LLM inference. However, the speedup is fragile: drafters are typically trained against a narrow distribution for a single target model, and their acceptance rate collapses under work…
arXiv:2609.07108v1 Announce Type: new Abstract: Speculative decoding accelerates rollout generation, which dominates the cost of reinforcement learning (RL) post-training. Online co-training can further increase the draft's accuracy, yielding greater speedups. However, scaling th…
A system for large-scale online draft co-training accelerates speculative decoding in RL post-training by extending context-parallel attention and adding cross-stage feature transport.
<p>In the concept edition, we saw that MTP (Multi-Token Prediction) lets a model predict several tokens ahead to speed up generation, and that Qwen and Gemma implement this in completely different ways.</p> <p>The theory makes sense, but how much faster does this actually make th…
dev.to — LLM tag
TIER_1English(EN)·Kristiyan Stoyanov·
<h1> If you prefer video format </h1> <p> </p> <h1> How I Trained a DFlash Drafter for Speculative Decoding </h1> <p>Running a capable local LLM is often easy. Making it responsive enough for interactive use, coding, or agent workflows is much harder.</p> <p>I wanted to improve t…