Model techniques map
Techniquesinference & servingKV cache management

implementation detail · filed under inference & serving

Block-based KV cache

Stores the KV cache in blocks rather than as one undivided allocation.

Also called block-based key-value cache.

source
1
model
1
lab adopt it
1
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

core 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

The stored context, known as the key-value cache (KV cache), gets split into blocks.

coresoftware implementationin MiniMax-M3MiniMax

Filed alongside

Other methods under inference & serving :: KV cache management.