JA EN
Glossary › serving

GLOSSARY

serving

appears in 4 paper titles

Definition

The engineering of running a trained model in production: batching incoming requests, managing the KV cache, packing GPU memory, and keeping tail latency acceptable. It is judged on throughput and latency per unit of hardware, not on accuracy — the weights are fixed. Distinct from training, which optimises parameters rather than request handling.

Explainers using this term