]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : update bindings (#23063)
authorKITAITI Makoto <redacted>
Fri, 15 May 2026 05:41:24 +0000 (14:41 +0900)
committerGitHub <redacted>
Fri, 15 May 2026 05:41:24 +0000 (08:41 +0300)
README.md

index de93f17eb7738f5949e0b376d4adc73dd40983d7..a0c14b9d7f03adf994653925a2ff6bdd63d0cbc5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -172,6 +172,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo
 - 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)
+- Ruby: [docusealco/rllama](https://github.com/docusealco/rllama)
 - 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)