summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Melo <43780565+francis2tm@users.noreply.github.com>2024-04-03 18:53:37 +0100
committerGitHub <noreply@github.com>2024-04-03 20:53:37 +0300
commit154d4ee39c38e231fb5c3910df14d2fc920fdf1b (patch)
treebf08ddb6d3297ffc54ac4e39fc7b9817ddfdad5c
parente69945d953b651674d6e6978022edf00c3a34d03 (diff)
readme : add feature-rich rust bindings (#6465)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index affd0b81..6f1f0cef 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,7 @@ Typically finetunes of the base models below are supported as well.
- JavaScript/Wasm (works in browser): [tangledgroup/llama-cpp-wasm](https://github.com/tangledgroup/llama-cpp-wasm)
- Typescript/Wasm (nicer API, available on npm): [ngxson/wllama](https://github.com/ngxson/wllama)
- Ruby: [yoshoku/llama_cpp.rb](https://github.com/yoshoku/llama_cpp.rb)
+- Rust (more features): [edgenai/llama_cpp-rs](https://github.com/edgenai/llama_cpp-rs)
- Rust (nicer API): [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp)
- Rust (more direct bindings): [utilityai/llama-cpp-rs](https://github.com/utilityai/llama-cpp-rs)
- C#/.NET: [SciSharp/LLamaSharp](https://github.com/SciSharp/LLamaSharp)