Skip to main content

dequantize

Function dequantize 

Source
pub fn dequantize<'a>(
    w: impl AsRef<Array>,
    scales: impl AsRef<Array>,
    biases: impl Into<Option<&'a Array>>,
    group_size: impl Into<Option<i32>>,
    bits: impl Into<Option<i32>>,
) -> Result<Array>
Expand description

Dequantize the matrix w using the provided scales and biases and the group_size and bits configuration.

For details, please see this documentation