diff options
author | mdrokz <mohammadmunshi@gmail.com> | 2023-08-18 15:47:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 13:17:58 +0300 |
commit | eaf98c2649d7da705de255712f0038ac7e47c610 (patch) | |
tree | 3f86b4d47ebded0c556141ee89f11d6995d31b1f | |
parent | e9b12c332ec6e215fbac4b2ef165353acbcd8319 (diff) |
readme : add link to Rust bindings (#2656)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ as the main playground for developing new features for the [ggml](https://github - Go: [go-skynet/go-llama.cpp](https://github.com/go-skynet/go-llama.cpp) - Node.js: [hlhr202/llama-node](https://github.com/hlhr202/llama-node) - Ruby: [yoshoku/llama_cpp.rb](https://github.com/yoshoku/llama_cpp.rb) +- Rust: [mdrokz/rust-llama.cpp](https://github.com/mdrokz/rust-llama.cpp) - C#/.NET: [SciSharp/LLamaSharp](https://github.com/SciSharp/LLamaSharp) - Scala 3: [donderom/llm4s](https://github.com/donderom/llm4s) |