What does Model loading mean in inference serving?
Model loading reads checkpoint tensors and places the required weights into host or device memory. Checkpoint layout, shard count, storage locality, and conversion work shape the path. Loaders validate metadata, stream or map tensor data, and allocate destination buffers. Readiness begins only after required transfers, initialization, and warmup have completed.