Skip to main content

model_quantize_default_params

Function model_quantize_default_params 

Source
pub fn model_quantize_default_params() -> llama_model_quantize_params
👎Deprecated since 0.2.19:

use QuantizeParams::new instead

Expand description

Get default quantization parameters (raw sys type).

Prefer [QuantizeParams::new] for the typed Rust API.