]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add link to rust bindings (#5148)
authorMarcus Dunn <redacted>
Sun, 28 Jan 2024 08:30:44 +0000 (00:30 -0800)
committerGitHub <redacted>
Sun, 28 Jan 2024 08:30:44 +0000 (10:30 +0200)
* added link to another set of rust bindings with brief note on differences.

* fixed link name

README.md

index cd95f814422965e2f73f10b594cbb811f9299164..44898d2f26970320455e2acd01d833fdaa1fa75f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -122,7 +122,8 @@ as the main playground for developing new features for the [ggml](https://github
 - Node.js: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp)
 - JS/TS (llama.cpp server client): [lgrammel/modelfusion](https://modelfusion.dev/integration/model-provider/llamacpp)
 - Ruby: [yoshoku/llama_cpp.rb](https://github.com/yoshoku/llama_cpp.rb)
-- Rust: [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp)
+- 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)
 - Scala 3: [donderom/llm4s](https://github.com/donderom/llm4s)
 - Clojure: [phronmophobic/llama.clj](https://github.com/phronmophobic/llama.clj)