What does Offline batch inference mean in inference serving?
Offline batch inference processes stored inputs without an interactive caller waiting for each response. Scheduling can favor aggregate throughput and completion efficiency over immediate token delivery. Workers read durable input partitions, group compatible shapes, and persist outputs with failure state. Operators balance batch efficiency against memory limits, fairness, and restart cost.