pub fn config_to_metadata(
config: &QuantizationConfig,
) -> Result<HashMap<String, String>>Expand description
Serializes config into the .safetensors string-metadata map under
QUANTIZATION_CONFIG_KEY.
pub fn config_to_metadata(
config: &QuantizationConfig,
) -> Result<HashMap<String, String>>Serializes config into the .safetensors string-metadata map under
QUANTIZATION_CONFIG_KEY.