pub fn mmap_supported() -> bool
is memory mapping supported according to llama.cpp
let mmap_supported = mmap_supported(); if mmap_supported { println!("mmap_supported!"); }