Zero-Downtime Model Updates in Production LLM Serving: In-Place Weight Transfer, CUDA IPC vs. NCCL Syncing, and Traffic Draining Architectures
Zero-Downtime Model Updates in Production LLM Serving: In-Place Weight Transfer, CUDA IPC vs. NCCL Syncing, and Traffic Draining Architectures In high-throughput LLM serving infrastructure, updating model checkpoints presents a severe operational dilemma. Traditional microservice deployment patterns such as blue-green deployments or rolling pod restarts fail to scale economically when applied to multi-GPU LLM clusters. Tearing down a serving instance to load a newly fine-tuned checkpoint or pol





