hayride-llama-rs-sys

Crates.iohayride-llama-rs-sys
lib.rshayride-llama-rs-sys
version0.0.5
created_at2025-03-28 17:57:39.968154+00
updated_at2025-08-08 19:06:43.61654+00
descriptionHayride llama.cpp rust bindings
homepage
repositoryhttps://github.com/hayride-dev/llama-rs
max_upload_size
id1609934
size15,506,188
Jeff Simpson (jeff1010322)

documentation

README

llama-rs

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.

Build Targets

LLama-rs takes advantage of LLama.cpp's cmake build files and focuses laregly on passing the correct flags to llama.cpp.

MacOS

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.

Commit count: 16

cargo fmt