Model techniques map
Techniquesinference & servinginference quantization

specific method · filed under inference & serving

BF16 inference

Runs inference with weights upcast to BF16 and the model in BF16 rather than using a lower-precision quantized representation.

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.

In this implementation, we upcast all weights to BF16 and run the model in BF16.

usedsoftware implementationin gpt-oss reference implementationsOpenAI

Filed alongside

Other methods under inference & serving :: inference quantization.