📖 The AI Tool Bible
inference

KV Cache

The cached key/value tensors from previous tokens that let a transformer generate each new token without recomputing the entire prompt. Memory-hungry at long contexts.

Related terms