llama-cpp-rs-2
A wrapper around the llama-cpp library for rust.
Info
This is part of the project powering all the LLMs at utilityai, it is tightly coupled llama.cpp and mimics its API as closly as possible while being safe in order to stay up to date.
Dependencies
This uses bindgen to build the bindings to llama.cpp. This means that you need to have clang installed on your system.
If this is a problem for you, open an issue, and we can look into including the bindings.
See bindgen for more information.
Disclaimer
This is not a simple library to use. In an ideal work a nice abstraction would be written on top of this crate to provide an ergonomic API - the benefits of this crate over raw bindings is safety and not much else.
We compensate for this shortcoming (we hope) by providing lots of examples and good documentation. Testing is a work in progress.
Contributing
Contributions are welcome. Please open an issue before starting work on a non-trivial PR.