← Back to Home

Tag: 推理优化 (20 articles)

Up to 3.2x Faster Inference with LFM2.5-DSpark

Liquid AI releases DSpark draft models for its LFM2.5 family, achieving up to 3.2x faster inference through speculative decoding without compromising output quality.

Hugging Face Blog · Aug 21, 2026

Thinking of ACE? We Can Do It with Fewer Tokens

By keeping unsummarized lessons and retrieving them on demand, ALTK-Evolve slashes inference token costs, showing agentic memory is shifting from context dumping to precision delivery.

Hugging Face Blog · Aug 11, 2026

vLLM Reaches 25K Total TPS/GPU on Qwen3.5

vLLM achieves 25K tokens/sec/GPU on Qwen3.5 through Blackwell-optimized GDN kernels, hybrid cache/state transfer, and race-free async scheduling — the optimization story goes beyond raw numbers.

vLLM Blog · Aug 6, 2026

Advancing the price-performance frontier with GPT‑5.6

OpenAI slashed GPT-5.6 Luna's price by 80% by using the Sol model to self-optimize inference kernels, undercutting Google's cheapest model and signaling a shift toward AI self-improvement.

Simon Willison · Jul 31, 2026

Beyond One Model: Fusion in vLLM Semantic Router

vLLM Semantic Router introduces Fusion, a routing primitive that lets a panel of models produce independent answers, has a judge model analyze them, and synthesizes a single response — making model composition a first-class serving pattern.

vLLM Blog · Jun 16, 2026

Unlocking asynchronicity in continuous batching

Hugging Face reveals the bottleneck of alternating CPU/GPU waits in continuous batching, and shows how asynchronizing their workloads can yield a free 24% throughput boost.

Hugging Face Blog · May 14, 2026

Elastic Expert Parallelism in vLLM

vLLM introduces Elastic Expert Parallelism (Elastic EP), enabling runtime scaling of MoE inference deployments by adding or removing GPU workers without restarts, adapting to demand fluctuations and laying the groundwork for fault-tolerant serving.

vLLM Blog ·

Speculators v0.5.0: DFlash Support and Online Training

The Speculators v0.5.0 release introduces the DFlash algorithm for speculative decoding, which generates draft tokens in a single forward pass, significantly reducing inference latency, and unifies online and offline training workflows.

vLLM Blog ·

Which tokens does a hybrid model predict better?

Hybrid models significantly outperform pure Transformers in semantic understanding and dynamic context tracking, but lag in verbatim repetition, revealing a clear architectural division of labor.

Hugging Face Blog ·