AI Concepts category
Inference & Serving
Continuous Batching
Continuous batching dynamically schedules active inference sequences together as requests arrive, progress, and finish.
KV Cache
A KV cache stores attention key and value representations from earlier tokens for reuse during autoregressive generation.
Prompt Caching
Prompt caching reuses computation for repeated prompt prefixes when a model-serving system supports it.
Quantization
Quantization limits model values to a smaller set, often reducing inference memory use.
Speculative Decoding
Speculative decoding can accelerate generation by proposing tokens cheaply and verifying them with the target model.
Time per Output Token
Time per Output Token measures the ongoing latency of producing output tokens after generation has begun.
Time to First Token
Time to First Token describes the delay to a request's first generated token, with timing boundaries that vary by measurement.