llama-crab-sys 0.1.300

Low-level FFI bindings to llama.cpp, ggml, gguf and mtmd (autogenerated via bindgen + cmake)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# llama-crab-sys

Low-level FFI bindings to `llama.cpp`, `ggml`, `gguf` and `mtmd`.

This crate is the unsafe system layer used by
[`llama-crab`](https://crates.io/crates/llama-crab). Most users should
depend on `llama-crab` instead.

The package builds the bundled `llama.cpp` sources with CMake and
generates Rust bindings with `bindgen`.

Licensed under the MIT License.