pub fn build_config(
scheme: Scheme,
granularity: Granularity,
ignored: Vec<String>,
packed_int4: HashMap<String, PackedTensorInfo>,
) -> QuantizationConfigExpand description
Assembles the full QuantizationConfig for a checkpoint quantized uniformly with
scheme/granularity.