| Crates.io | hayride-llama-rs-sys |
| lib.rs | hayride-llama-rs-sys |
| version | 0.0.5 |
| created_at | 2025-03-28 17:57:39.968154+00 |
| updated_at | 2025-08-08 19:06:43.61654+00 |
| description | Hayride llama.cpp rust bindings |
| homepage | |
| repository | https://github.com/hayride-dev/llama-rs |
| max_upload_size | |
| id | 1609934 |
| size | 15,506,188 |
LLama-rs uses rust-bindgen to generate bindings for llama.cpp.
Currently, only the system bindings are generated. Higher level bindings can use the system bindings to implement a friendly, safe wrapper around LLama.cpp.
LLama-rs takes advantage of LLama.cpp's cmake build files and focuses laregly on passing the correct flags to llama.cpp.
Mac os is the only existing build target for llama-rs. Other targets can be added by including them through the build.rs within the system bindings crate.