multi-token-prediction

Tag

Cards List
#multi-token-prediction

EntMTP: Accelerating LLM Inference with Entropy Guided Multi Token Prediction

arXiv cs.CL · yesterday 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
#multi-token-prediction

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

TLDR AI · yesterday 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
#multi-token-prediction

Does quantizing change the MTP draft rate?

Reddit r/LocalLLaMA · 3d ago

This article investigates whether quantization affects the draft rate in multi-token prediction models, exploring potential trade-offs between model compression and inference efficiency.

0 favorites 0 likes
#multi-token-prediction

Made an interactive explainer about speculative decoding/MTP

Reddit r/LocalLLaMA · 4d ago Cached

An interactive guide explaining speculative decoding and multi-token prediction in LLMs, covering techniques from rejection sampling to MTP used in Qwen 3.6 and Gemma 4, with live diagrams and sliders.

0 favorites 0 likes
#multi-token-prediction

Worse quality with MTP - Qwen 3.6, Gemma 4

Reddit r/LocalLLaMA · 5d ago

A user reports that MTP versions of Qwen 3.6 and Gemma 4 models produce lower quality outputs in code review tasks compared to non-MTP counterparts, with only marginal real-world speed improvements despite higher token generation rates.

0 favorites 0 likes
#multi-token-prediction

@jakevin7: Recently I've been reading about GLM 5.2 and found some interesting things to share. GLM-5.2 uses MTP (Multi-Token Prediction) to accelerate inference: a lightweight "draft model" quickly predicts multiple tokens, then the main model verifies them all at once; if accepted, it skips the decoding steps.

X AI KOLs Following · 2026-06-19 Cached

GLM-5.2 adopts MTP (Multi-Token Prediction) technology to accelerate inference and fixes a training-inference discrepancy in GLM-5.1's MTP that caused KV cache mixing issues.

0 favorites 0 likes
#multi-token-prediction

SuperThoughts: Reasoning Tokens in Superposition

arXiv cs.LG · 2026-06-15 Cached

SuperThoughts compresses consecutive chain-of-thought tokens into latent representations and decodes two tokens per step, achieving ~20–30% CoT length reduction with minimal accuracy loss on math reasoning benchmarks, while doubling inference throughput.

0 favorites 0 likes
#multi-token-prediction

@no_stp_on_snek: btw this was my loop. as you can see i didn't put much thought into it (typos and all), just a side thing to assess the…

X AI KOLs Following · 2026-06-14 Cached

Release of Qwopus3.6-27B-v2-MTP, a fine-tuned multi-token prediction reasoning model based on Qwen3.6-27B, optimized for coding, DevOps, and math tasks with improved generation speed.

0 favorites 0 likes
#multi-token-prediction

"How NVIDIA Built Nemotron 3 Open Model" by "Caleb Writes Code" x "Joey Conway"

Reddit r/LocalLLaMA · 2026-06-11 Cached

NVIDIA released the Nemotron 3 open model, offering three sizes: Nano, Super, and Ultra. It optimizes hardware efficiency through architectural innovations such as hybrid Mamba Transformer, latent MoE, and multi-token prediction, and adopts the Open MDW 1.1 open license.

0 favorites 0 likes
#multi-token-prediction

Breaking Entropy Bounds: Accelerating RL Training via MTP with Rejection Sampling

Hugging Face Daily Papers · 2026-06-10 Cached

Bebop proposes entropy-aware multi-token prediction with rejection sampling and a novel TV loss to accelerate RL training of LLMs, achieving up to 1.8x speedup. The method addresses the degradation of acceptance rates during RL by optimizing training objectives.

0 favorites 0 likes
#multi-token-prediction

Here are some tips on hitting nearly 200 tok/s for DeepSeek v4 Flash on Hopper

Reddit r/LocalLLaMA · 2026-06-08 Cached

This blog post provides tips and benchmarks for achieving nearly 200 tokens per second inference on DeepSeek V4 Flash using vLLM on a dual GH200 workstation, highlighting the use of a quantized checkpoint from Canada-Quant and tensor parallelism optimizations.

0 favorites 0 likes
#multi-token-prediction

llama.cpp - Qwen3.6/3.5-MTP - Share your benchmarks t/s

Reddit r/LocalLLaMA · 2026-06-03

llama.cpp releases version b9495 with optimizations for Qwen3.6/3.5-MTP (Multi-Token Prediction) and requests users to share their benchmark results with full command details.

0 favorites 0 likes
#multi-token-prediction

Using Gemma 4 E4B with the LiteRT engine - ~2.4x speedup over Q4 GGUF in text generation, image processing roughly the same

Reddit r/LocalLLaMA · 2026-06-02

A developer benchmarks Gemma 4 E4B using Google's LiteRT engine against a Q4 GGUF quant, finding ~2.4x speedup in text generation due to multi-token prediction (MTP), but only 1.1x in image captioning. The post provides a Python wrapper for an OpenAI-compatible endpoint, though with limitations like deterministic output and single-session engine.

0 favorites 0 likes
#multi-token-prediction

bytkim/Qwen3.6-27B-MTP-pi-tune-GGUF

Hugging Face Models Trending · 2026-06-02 Cached

bytkim releases a 4-bit QLoRA SFT Multi-Token Prediction fine-tune of Qwen3.6-27B, packaged as GGUF for local agentic coding. The no-thinking tune is designed for low-latency direct output in agent loops.

0 favorites 0 likes
#multi-token-prediction

unsloth vs bartowski MTP ggufs

Reddit r/LocalLLaMA · 2026-06-01

Compares unsloth and bartowski MTP GGUF quantizations for Qwen models across various sizes and quantization levels, finding that unsloth GGUFs are generally smaller and offer similar or better decoding speed; MTP benefits larger dense models more.

0 favorites 0 likes
#multi-token-prediction

I tested MTP on vLLM and llama.cpp for Gemma 4 & Qwen 3.6 — 3.34x faster inference, here are my findings RTX 6000 PRO.

Reddit r/LocalLLaMA · 2026-05-29

Benchmarks of Multi-Token Prediction (MTP) on Gemma 4 31B and Qwen 3.6 27B using vLLM and llama.cpp show up to 3.34x faster inference, with optimal speculative token counts varying by model and engine.

0 favorites 0 likes
#multi-token-prediction

Llama.cpp B9406 MTP mmproj fix

Reddit r/LocalLLaMA · 2026-05-29

Llama.cpp release B9406 fixes a crash (GGML_ASSERT) when using MTP with MoE vision models like Qwen3.6-35B-A3B.

0 favorites 0 likes
#multi-token-prediction

@hank_aibtc: https://x.com/ClementDelangue/status/2058672394865111544/video/1… Local LLM speed ceiling broken again! llama.cpp natively supports MTP (Multi-Token Prediction): - No extra draft model needed…

X AI KOLs Timeline · 2026-05-26 Cached

llama.cpp natively supports Multi-Token Prediction (MTP) without requiring an extra draft model. By leveraging the model's built-in prediction head, local models like Qwen3.6-27B achieve 1.7x+ speedup, making 27B models run smoothly on consumer GPUs.

0 favorites 0 likes
#multi-token-prediction

NVFP4 + MTP - voilà on llama.cpp

Reddit r/LocalLLaMA · 2026-05-23

NVFP4 quantization and Multi-Token Prediction support have been added to llama.cpp in release b9297.

0 favorites 0 likes
#multi-token-prediction

I added native MTP to exo for Qwen3.6 MLX models; here are the exactness and speed results

Reddit r/LocalLLaMA · 2026-05-23

Added native multi-token prediction (MTP) support to the exo local inference tool for Qwen3.6 MLX models, achieving up to 2x speedup on 27B models on an M5 Max laptop while maintaining exactness.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback