]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add feature-rich rust bindings (#6465)
authorFrancisco Melo <redacted>
Wed, 3 Apr 2024 17:53:37 +0000 (18:53 +0100)
committerGitHub <redacted>
Wed, 3 Apr 2024 17:53:37 +0000 (20:53 +0300)
README.md

index affd0b81466e605e1d0887fbacd0b43f7d0788ef..6f1f0cef2bd15d8dc8f2a45177887e98951f65ce 100644 (file)
--- 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)