Question 13
Select all true statements regarding KV Caching during the autoregressive inference of LLMs.
It trades off increased memory usage for reduced computational latency.
It avoids recomputing the Key and Value vectors for tokens that have already been processed in previous steps.
It is essential during the training phase to speed up backpropagation.
The memory required for the KV cache grows linearly with the sequence length and batch size.