KV Cache
Storing the key and value tensors from previous tokens during autoregressive generation so you don't recompute attention over the entire sequence at every step.
LLMs
Storing the key and value tensors from previous tokens during autoregressive generation so you don't recompute attention over the entire sequence at every step.