AI

NVIDIA cuts DeepSeek-V4 Pro startup via ModelExpress GPU-to-GPU RDMA optimization

Friday, July 24, 2026Read Original

Details

  • NVIDIA AI announces a major reduction in DeepSeek-V4 Pro model startup time, from about 8 minutes to under 2 minutes.
  • The improvement comes from moving model weights along the fastest path directly into GPU memory using GPU-to-GPU RDMA, avoiding slower storage and host-memory hops.
  • NVIDIA ModelExpress (MX), described as a weight distribution and cache management service in NVIDIA Dynamo, orchestrates where compatible weights live and chooses optimal transfer paths.
  • MX leverages NVIDIA's Inference Xfer Library and RDMA to copy weights from an existing serving replica’s GPU memory to new replicas, bypassing object storage and local disk.
  • For DeepSeek-V4 Pro, MX transfers weights and JIT kernel cache artifacts into a fresh replica in under 10 seconds, yielding a total startup time of roughly 1 minute 44 seconds versus the previous 8 minutes.
  • ModelExpress can be deployed alongside vLLM and other inference runtimes, coordinating multi-node weight lifecycle from acquisition to GPU memory, and integrating with ModelStreamer for direct safetensor streaming from object storage.
  • NVIDIA frames this as part of the broader Dynamo stack for disaggregated inference, where RDMA-based GPUDirect and proper cluster networking are required to avoid severe latency penalties in time-to-first-token.
  • A linked deep dive explains the architecture and configuration patterns needed to adopt MX in production clusters, including Kubernetes-based setups where NVLink cannot be used between pods and RDMA fabrics are recommended.

Impact

By slashing large-model startup from minutes to under two minutes, NVIDIA ModelExpress makes dynamic, elastic scaling of LLM inference clusters far more practical. This reduces cold-start penalties for workloads on DeepSeek-class models and strengthens NVIDIA’s position in serving infrastructure against open-source weight-caching approaches. RDMA-first weight movement also aligns with broader trends toward disaggregated, GPU-centric data paths in high-performance AI deployments.

Rift Dispatch
NVIDIA cuts DeepSeek-V4 Pro startup via ModelExpress GPU-to-GPU RDMA optimization | riftlab.ai