Model techniques map
Techniquesoptimizationquantization-aware training

implementation detail · filed under optimization

Per-Block Scalar Scaling

Introducing a scalar scale at each block to bound activation ranges for stable FP16 inference.

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.

to enable stable inference in fp16, we introduce a scalar scale at each block in order to bound the activation ranges to fit fp16.

usedinference servingin Gemma 4Google DeepMind

Filed alongside

Other methods under optimization :: quantization-aware training.