HyperPod model caching cuts LLM cold starts from 30 minutes to seconds

AWS ML Blog · rss · 2026-09-11

Amazon SageMaker HyperPod launched model caching: pre-loading model weights and container images onto node-local NVMe (7 GB/s) so pods start serving in seconds instead of waiting 30+ minutes of downloads. Cold starts were dominated by two sequential downloads: multi-GB inference images (5–7 min) plus weights (20+ min for a 145GB model, 30+ min for DeepSeek-R1 at 600+GB), repeated on every scale-out.

Two independently toggleable caches:

Scheduling is preferred, not required: pods favor cached nodes but fall back to normal downloads without failure. Enable via modelCacheConfig (weightsCache/imageCache); model updates roll out a new cache and clean the old one with zero downtime.

Original post →

More from Infra

Infra channel →