the.ai

Platform / Serving

verified

Batch Inference

Score a large set of inputs offline, with nobody waiting. It is the mode most machine learning actually runs in — nightly recommendations, document classification, embedding a corpus — and it is a different engineering problem from serving a request, because the thing being optimised is throughput and there is no latency to protect.

Viz primitive · budget-splitbatched-items = 4

batched-items holds 17% of the budget; rest holds the remaining 83%.

Items sharing one read of the weights, against the read itself, in equal units. Drag the batch up to watch the weight read amortise away — the knee is the useful size, and past it a bigger batch buys latency nobody is waiting on.

4

Reviewed by opendroid · 2026-08-18

  • arXiv:2309.06180 — Efficient Memory Management for Large Language Model Serving with PagedAttention
  • arXiv:2205.02302 — Machine Learning Operations (MLOps): Overview, Definition, and Architecture