llama-cpp-2 0.1.146

llama.cpp bindings for Rust
Documentation
1
2
3
4
5
fn main() {
    if let Ok(dir) = std::env::var("DEP_LLAMA_BACKENDS_DIR") {
        println!("cargo:rustc-env=GGML_BACKENDS_DIR={}", dir);
    }
}