The model is natively quantized (i.e. it was trained that way in the first place, so this is not a post-training quantization which degrades performance).
Not every weight is quantized. For example, those weights which don't take much space or are highly important are left in higher precision. State-of-art quantization of weights is never done uniformly (i.e. to all weights and in the same way).