What does Cold start mean in inference serving?
A cold start is the delay before an inactive or new replica can accept useful model work. Weight loading, device initialization, graph capture, and cache warming may contribute. Prewarming and readiness checks reduce exposed delay but still require honest capacity accounting. The dominant step varies with model size, storage locality, runtime, and hardware.