Function candle_core::safetensors::save

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