pub fn mount_resident_q42(
model_id: u64,
path: &str,
mlock: bool,
) -> Result<GgufLoadReport, String>Expand description
Memory-map a P64 weight container and retain it as the resident model.
The function name is retained for source compatibility. New format-neutral
callers should use mount_resident_model.