Model techniques map
Techniquesinference & servinginference quantization

implementation detail · filed under inference & serving

Post-RoPE KV-cache quantization

Quantizes the cache after applying RoPE rather than before it.

Also called quantizing the cache after RoPE.

source
1
model
1
lab adopt it
1
strongest
default

How sources treat it

One count per evidence span, weakest treatment to strongest.

default 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

We quantize the cache after RoPE: quantizing before RoPE yields only a marginal accuracy improvement in our experiments and would introduce additional overhead during decoding.

defaultunclearin DeepSeek-V4.1-FlashDeepSeek

Filed alongside

Other methods under inference & serving :: inference quantization.