diff options
author | Marcus Dunn <51931484+MarcusDunn@users.noreply.github.com> | 2024-01-28 00:30:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 10:30:44 +0200 |
commit | af4980bfedfd8df43b9e4cd1442895e85fee37bc (patch) | |
tree | d6840c0b8f4f7ba70b050adb0c089f35e212ccf5 | |
parent | f2e69d28c01303ca9dc79907f89ef120a6ac4a92 (diff) |
readme : add link to rust bindings (#5148)
* added link to another set of rust bindings with brief note on differences.
* fixed link name
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |