From: rtaluyev Date: Thu, 25 Sep 2025 15:20:34 +0000 (+0300) Subject: readme : update bindings (#16144) X-Git-Tag: upstream/0.0.6641~57 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=27052978e487957b3d39e3bd8fc8ee4aa304bff9;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : update bindings (#16144) Link to Java JNA bindings to llama.cpp native libraries --- diff --git a/README.md b/README.md index 17754b66..1c074237 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo - Clojure: [phronmophobic/llama.clj](https://github.com/phronmophobic/llama.clj) - React Native: [mybigday/llama.rn](https://github.com/mybigday/llama.rn) - Java: [kherud/java-llama.cpp](https://github.com/kherud/java-llama.cpp) +- Java: [QuasarByte/llama-cpp-jna](https://github.com/QuasarByte/llama-cpp-jna) - Zig: [deins/llama.cpp.zig](https://github.com/Deins/llama.cpp.zig) - Flutter/Dart: [netdur/llama_cpp_dart](https://github.com/netdur/llama_cpp_dart) - Flutter: [xuegao-tzx/Fllama](https://github.com/xuegao-tzx/Fllama)