What is 'quantization' in the deployment of large language models?
-
A
Reducing the sequence length of inputs to lower memory footprint
-
B
Representing model weights with lower-precision numbers (e.g., INT8 instead of FP32) to reduce size and speed up inference
-
C
Splitting the model across multiple GPUs to enable parallel decoding
-
D
Pruning the model by removing attention heads with low average activation