| Crates.io | ggml-ffi |
| lib.rs | ggml-ffi |
| version | 0.0.1 |
| created_at | 2025-08-16 16:44:40.767614+00 |
| updated_at | 2025-08-16 16:44:40.767614+00 |
| description | Up-to-date Rust FFI bindings to GGML. |
| homepage | |
| repository | https://github.com/EricLBuehler/ggml-ffi |
| max_upload_size | |
| id | 1798644 |
| size | 11,328,681 |
Low-level Rust FFI bindings to the GGML C API shipped in this repository under ggml/.
There are no semantic versioning guarantees. Each version of this crate is tied to a specific GGML commit. This crate's version should only be used to pin GGML revisions.
cargo buildcargo build --features metalcargo build --features cudacargo build --features vulkancargo build --features openclNote: Enabling a backend requires the corresponding SDK/toolchain to be installed and discoverable by CMake.