Model techniques map
Techniquesinference & servingdecoding strategy

implementation detail · filed under inference & serving

KV-cache sharing between drafter and target

Lets the draft model reuse target-model activations and its KV cache instead of recalculating context.

source
1
model
1
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

The draft models seamlessly utilize the target model's activations and share its KV cache, meaning they don't have to waste time recalculating context the larger model has already figured out.

usedinference servingin Gemma 4 MTP draftersGoogle

Filed alongside

Other methods under inference & serving :: decoding strategy.