candle_core::safetensors

Function save

Source
pub fn save<K: AsRef<str> + Ord + Display, P: AsRef<Path>>(
    tensors: &HashMap<K, Tensor>,
    filename: P,
) -> Result<()>