diff options
author | Konstantin Herud <konstantin.herud@denkbares.com> | 2023-09-01 15:36:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 16:36:14 +0300 |
commit | 49bb9cbe0f598bc43be539b0df8eafb2130cfad3 (patch) | |
tree | 95ffeaab09026d57f70ab083690c6a50f56bed4f | |
parent | ef156499721c67748cde01a5436cb6f0648bb4b4 (diff) |
docs : add java-llama.cpp to README.md (#2935)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ as the main playground for developing new features for the [ggml](https://github - Scala 3: [donderom/llm4s](https://github.com/donderom/llm4s) - 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) **UI:** |