From: mdrokz Date: Fri, 18 Aug 2023 10:17:58 +0000 (+0530) Subject: readme : add link to Rust bindings (#2656) X-Git-Tag: gguf-v0.4.0~304 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=eaf98c2649d7da705de255712f0038ac7e47c610;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add link to Rust bindings (#2656) --- diff --git a/README.md b/README.md index 79cba512..8e467f15 100644 --- a/README.md +++ b/README.md @@ -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)