← Back to Home

Tag: AI基础设施 (9 articles)

🤗 Kernels: Major Updates

HuggingFace introduces a new 'kernel' repository type on the Hub, improves security with reproducible builds and trusted publishers, and expands framework support, laying the foundation for a standardized custom GPU kernel ecosystem.

Hugging Face Blog · Jul 6, 2026

Engineering TTS Inference in vLLM-Omni

TTS inference is a heterogeneous pipeline combining latency-bound and throughput-bound stages, making traditional LLM optimization strategies ineffective and requiring architecture-aware scheduling.

vLLM Blog · Jun 23, 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

Building Blocks for Foundation Model Training and Inference on AWS

AWS details the infrastructure supporting the full foundation model lifecycle from pre-training and post-training to inference, revealing a paradigm shift from a single scaling law to three, and the deep integration trend of open-source software stacks with cloud infrastructure.

Hugging Face Blog ·