Skip to content

intentee/llama-cpp-bindings

 
 

Repository files navigation

llama-cpp-rs

Rust bindings for llama.cpp. Minimal, close to raw bindings, kept up to date with upstream.

Quick start

git clone --recursive https://github.com/intentee/llama-cpp-bindings
cd llama-cpp-rs
cargo build --release

Add --features cuda for GPU acceleration.

Crates

Crate Description
llama-cpp-bindings Safe Rust API
llama-cpp-bindings-sys Raw FFI bindings
llama-cpp-bindings-build Build system

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 91.2%
  • C++ 6.8%
  • C 1.1%
  • Other 0.9%