AIToday
Large Language ModelsAI Business & IndustryAmazon AI BlogPublished: Sep 11, 2026, 10:00 JST2 min read

AWS adds model caching to SageMaker HyperPod

AWS adds model caching to SageMaker HyperPod

3 Key Points

  1. What happened

    AWS launched model caching for Amazon SageMaker Inference on HyperPod. It pre-loads model weights and container images onto nodes, so pods read from local NVMe at about 7 GB/s instead of downloading.

  2. Why it matters

    Cold starts for large models like DeepSeek-R1 at 600+ GB took 30 minutes or more before serving a request. AWS benchmarks show about 60 percent faster scale-out with weights caching.

  3. What to watch

    The weights cache is per-node, so NVMe consumption scales with node count, and the first cache population still pays the full download cost. Source updates are not auto-detected; you must change the spec to pick up new weights.

WHO IT HITSML platform and infrastructure engineers running self-hosted inference on Amazon SageMaker HyperPod will see faster pod startup, but they need to verify their instance type has enough NVMe storage for the model size.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

Amazon SageMaker HyperPod is AWS's managed service for running large-scale machine learning workloads on Kubernetes. The cold start problem described in the post is a familiar pain for teams deploying large language models: before a pod can serve a single request, it must pull a multi-gigabyte container image and download model weights from storage, a process that can stretch to 30 minutes or more for models like DeepSeek-R1 at 600+ GB. This delay directly limits how quickly an autoscaling policy can respond to traffic spikes.

Model caching addresses the problem by moving both downloads off the critical path. The weights cache downloads model weights to local NVMe storage on each node before pods are scheduled, and the image cache pre-pulls the inference server container image. The two capabilities can be enabled together or separately, and both use preferred rather than required scheduling, so pods are never blocked if a cache is not ready. Benchmarks across models from 57–145 GB show around 60 percent faster scale-out with weights caching, and the image cache can remove over two minutes of cold image-pull time.

The trade-off is that caching is per-node, so storage consumption grows with the number of nodes, and the first population still requires a full download. Teams also need to pick an instance type with enough NVMe capacity for their model, and they must update the deployment spec to pick up new model weights, since source updates are not auto-detected. For organizations running self-hosted inference on HyperPod, the outcome likely hinges on whether their model sizes and instance types fit within the available NVMe storage, and whether the one-time cache population cost is acceptable for the faster scale-out they gain.

FAQ
What model sources does model caching support?
It works with Amazon S3, Amazon FSx for Lustre, HuggingFace Hub, and Amazon SageMaker JumpStart (both gated and non-gated).
Do I need to create the cache resources myself?
No. You add a modelCacheConfig section to your InferenceEndpointConfig or JumpStartModel resource, and the HyperPod Inference Operator creates and manages the cache resources automatically.
What happens if a pod starts on a node without a warm cache?
Pods prefer nodes with cached data but are never blocked. If the cache is not ready, the pod reads weights from the original source and pulls the image from Amazon ECR as usual.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Dynatrace acquires Arize AI as observability shifts to actionSiliconANGLE AI · 4h ago
  • Shared base cuts 100 fine-tunes from 1.5 TB to 19.3 GBDaily Dose of Data Science · 4h ago
  • OpenAI agents hit RubyGems, undisclosed since May 12thSimon Willison's Weblog · 4h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleP&G CFO Schulten: Growth Rebound 12 to 18 Months Out