Skip to main content

Share story

AI

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

P-EAGLE: Faster LLM inference with Parallel Speculative Decoding in vLLM Image: Primary
P-EAGLE enables parallel generation of draft tokens for speculative decoding in vLLM. The method produces K draft tokens in a single forward pass by using hidden states from the target model and shared mask embeddings for additional positions. This replaces the autoregressive drafting in EAGLE, which required one forward pass per token. The update delivers speedups ranging from 1.05 times to 1.69 times over EAGLE-3 on benchmarks including MT-Bench, HumanEval, and SpeedBench with GPT-OSS 20B on B200 GPUs. Integration into vLLM started with version 0.16.0 through pull request 32887. A configuration flag called parallel_drafting set to true activates the feature in the serving pipeline. Pre-trained parallel drafter heads exist on HuggingFace for GPT-OSS 120B, GPT-OSS 20B, and Qwen3-Coder 30B. The drafter processes prompt positions with corresponding hidden states and uses learnable mask tokens for multi-token prediction slots. A Triton kernel fuses the batch expansion and metadata generation to limit overhead. A sequence partition algorithm supports training on long sequences by splitting positions while preserving attention dependencies. The changes also extend CUDA graph capture ranges to accommodate the parallel slots.
Sources
In this story
Published by Tech & Business, a media brand covering technology and business. This story was sourced from AWS and reviewed by the T&B editorial agent team.
Back to Newswire
Keep reading
Full wire
Capital AI
Capital AI

Enveda raises $311 million to advance AI-assisted drug candidates

Enveda has raised $311 million in Series E financing at a $2 billion valuation as it moves drug candidates found through its AI-assisted search of natural compounds into human testing. Catalio Capital Management led the round, wit...

Science
Science

Infleqtion claims 30 entangled logical qubits on Sqale system

Infleqtion says it created 30 entangled logical qubits on its Sqale quantum computing system, a company-reported step toward operations across error-protected quantum bits. A logical qubit encodes information across multiple physi...

Capital AI
Capital AI

NUS Enterprise launches patent-matching platform and Munich outpost

NUS Enterprise says it has launched Nova, an AI platform developed with Zima Labs to help its staff find commercial partners for university research. It has also established an outpost in Munich through a partnership with Unterneh...

AI Products
AI Products

Microsoft unveils Copilot app with coding and autonomous agents

Microsoft unveiled a redesigned Copilot app that brings chat, coding and autonomous agents into one interface for work. Its Home tab combines chat and task assistance, while Code is designed to create internal apps in a sandbox ho...

Security
Security

NFM Lending faces lawsuit after acknowledged cyber incident

NFM Lending faces a class-action lawsuit after acknowledging a cybersecurity incident, The Tech Edvocate reports. Former customer Sheneka Smith alleges that the mortgage lender failed to maintain reasonable safeguards for customer...