🐯Freshcollected in 21m

SGLang將萬億模型冷啟動縮至32秒

PostLinkedIn
🐯Read original on 虎嗅
#inference#cold-start#scaling#open-sourcesglangsglang

💡A claimed 16x startup gain could change how large-model inference clusters handle autoscaling and burst traffic.

⚡ 30-Second TL;DR

What Changed

SGLang cuts reported trillion-parameter model startup time to 32 seconds.

Why It Matters

If reproducible, the improvement could reduce idle capacity requirements and make bursty inference workloads easier to serve. It is especially relevant to infrastructure teams managing large models whose initialization and weight-loading overheads limit autoscaling.

What To Do Next

Benchmark SGLang cold starts on your target trillion-parameter checkpoint and hardware, recording weight-loading, initialization, and first-token latency separately.

Who should care:Developers & AI Engineers

Key Points

  • SGLang cuts reported trillion-parameter model startup time to 32 seconds.
  • The previous cold-start time was approximately 8 minutes and 48 seconds.
  • The claimed acceleration is nearly 16 times faster than the previous baseline.
  • Faster startup could improve elasticity for large-model inference deployments.

🧠 Deep Insight

Background and context from public sources — not the original article. 8 sources cited.

🔑 Enhanced Key Takeaways

  • The 32-second startup time is achieved via the 'Weight Cache Daemon' (WCD), which utilizes CUDA IPC zero-copy mapping to eliminate redundant weight loading from disk.
  • SGLang underwent a major architectural refactor in 2026 (RFC #188), reducing the codebase from 33,000 lines to 10,000 lines to improve maintainability and execution efficiency.
  • The engine introduced 'Breakable CUDA Graph' (BCG) technology, allowing dynamic eager execution logic to be injected into static CUDA graphs, overcoming previous flexibility bottlenecks.
  • SGLang has achieved production-scale deployment across over 400,000 GPUs, supporting complex Agent workflows and long-context Chain-of-Thought (CoT) reasoning.
  • The framework now provides native support for AMD Instinct (MI30x/MI35x) series, enabling advanced features like PD (Prefill/Decode) decoupling and speculative decoding on non-NVIDIA hardware.
📊 Competitor Analysis▸ Show
FeatureSGLangvLLMTensorRT-LLM
Cold Start OptimizationWeight Cache Daemon (0.63s load)Standard loadingModel-specific compilation
ArchitectureSimplified Stage-to-EngineModular/ExtensibleHardware-optimized static graphs
Hardware SupportNVIDIA & AMD (Native)NVIDIA & AMD (Partial)NVIDIA (Primary)
Key InnovationBreakable CUDA GraphsPagedAttentionTensor Parallelism/Quantization

🛠️ Technical Deep Dive

  • Weight Cache Daemon: Implements persistent weight storage in GPU memory using CUDA IPC for near-instantaneous model recovery.
  • Breakable CUDA Graph (BCG): Enables dynamic logic insertion during graph capture, bridging the gap between static graph performance and eager execution flexibility.
  • PD Decoupling: Separates Prefill and Decode phases to optimize resource allocation for long-context and high-throughput inference.
  • Codebase Optimization: Simplified engine hierarchy (Stage to Engine mapping) to reduce overhead and latency in request processing.

🔮 Future ImplicationsAI analysis grounded in cited sources

Inference engine cold-start times will become negligible for trillion-parameter models.
The success of Weight Cache Daemon demonstrates that memory-mapped persistence can effectively bypass traditional I/O bottlenecks in large-scale cluster restarts.
SGLang will become the primary standard for heterogeneous GPU inference clusters.
By achieving production-grade parity between NVIDIA and AMD hardware, SGLang reduces vendor lock-in for large-scale AI infrastructure providers.

Timeline

2026-04
Expansion of Breakable CUDA Graph (BCG) to the Prefill stage.
2026-08
Release of Weight Cache Daemon (WCD) in collaboration with Ant Group and Alibaba.

📎 Sources (8)

Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.

  1. lmsys.org
  2. sglang.io
  3. github.com
  4. lmsys.org
  5. github.com
  6. nvidia.com
  7. thecanteenapp.com
  8. github.com
📰

Weekly AI Recap

Read this week's curated digest of top AI events →

👉Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: 虎嗅

This is a summary, not the original. Read the source, or get the weekly briefing.

Weekly AI briefing

One email a week. Unsubscribe anytime.