SGLang's Weight Cache Daemon Cuts 1T Model Restart Time from 8.8 min to 32 sec
xiaosun86 · x · 2026-08-22
SGLang, in collaboration with Ant Group and Alibaba, introduced the Weight Cache Daemon to drastically reduce model reload times. By keeping post-quantized weights persistent in GPU memory and using CUDA IPC zero-copy mapping, the new system achieves:
- Weight Loading: 495s → 0.63s (approx. 785x speedup) on a Ling-2.6-1T FP8 model.
- Total Startup: 8.8min → 32s (93.9% reduction).
Key Features:
- Zero-Copy Loading: New engine instances map directly to existing GPU memory.
- Multi-Instance Sharing: Eliminates redundant disk I/O and transforms for multiple instances on the same GPU.
- Active-Standby Failover: Enables sub-second failover without dedicating full GPU memory to standby engines.
This is the first phase of their Fast Engine Recovery Framework, targeting <10s cold restarts and <1s warm standby switches for production LLM serving.
More from Infra
- LLM Prompting Wastes Computation; Reuse Potential is Huge — miniapeur · 2026-08-22
- Agent recursive loops blow up context costs: 5% failures eat 25% of bill — MaverikSh · 2026-08-22
- llama.cpp ships version 0.2.0 with official release notes — PhilippeEiffel · 2026-08-22
- Open Source Tool Mark Cleaner Locally Removes AI Text Watermarks and Metadata — VraserX · 2026-08-22
- Paper Reveals Larger LLMs Tolerate More Data Repetition During Pretraining — heghbalz · 2026-08-22
- Marin releases 23T-token pretraining dataset for public download — joecole · 2026-08-22