Systemcluster / llama-cpp-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦙 llama-cpp-rsDocs Latest Version Lisence

This is the home for llama-cpp-2. It also contains the llama-cpp-sys bindings which are updated regularly and in sync with llama-cpp-2.

This project was created with the explict goal of staying as up to date as possible with llama.cpp, as a result it is dead simple, very close to raw bindings, and does not follow semver meaningfully.

Check out the docs.rs for crate documentation or the readme for high level information about the project.

Hacking

Ensure that when you clone this project you also clone the submodules. This can be done with the following command:

git clone --recursive https://github.com/utilityai/llama-cpp-rs

or if you have already cloned the project you can run:

git submodule update --init --recursive

About


Languages

Language:Rust 99.2%Language:Dockerfile 0.8%