Home icon

P-EAGLE: Faster LLM inference with Parallel Speculative Decoding in vLLM

Machine Learning Blog



This article introduces P-EAGLE, a parallel speculative decoding method that accelerates LLM inference in vLLM by generating multiple draft tokens in a single forward pass instead of sequentially.

  • P-EAGLE generates K draft tokens in one forward pass, eliminating autoregressive EAGLE's sequential bottleneck
  • Achieves up to 1.69x speedup over vanilla EAGLE-3 on NVIDIA B200 GPUs with real workloads
  • Pre-trained P-EAGLE heads available on HuggingFace for GPT-OSS 120B, GPT-OSS 20B, and Qwen3-Coder 30B
  • Integrated into vLLM v0.16.0+ with simple configuration: set "parallel_drafting": true
  • Uses learnable mask tokens and hidden states as placeholders for future token positions
  • Implements fused Triton kernel to minimize batch metadata rebuild overhead
  • Consistently achieves higher acceptance lengths than EAGLE-3 across benchmarks
  • Performance gains range from 55-69% at low concurrency to 5-25% at high concurrency

P-EAGLE removes the sequential drafting ceiling, enabling deeper speculation without additional latency overhead, making it suitable for production LLM deployments.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Apr 15
2026
Accelerating decode-heavy LLM inference with speculative decoding on AWS Trainium and vLLM
Aug 5
2024
Faster LLMs with speculative decoding and AWS Inferentia2
Jan 9
2026
Accelerating LLM inference with post-training weight and activation using AWQ and GPTQ on Amazon SageMaker AI
Mar 18
2024
Optimize price-performance of LLM inference on NVIDIA GPUs using the Amazon SageMaker integration with NVIDIA NIM Microservices

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.