GitHub - intentee/llama-cpp-bindings

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

Apache-2.0 license

Activity

Custom properties

Stars

2 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

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