diff options
author | Adrian <smith.adriane@gmail.com> | 2023-08-18 12:39:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 21:39:22 +0200 |
commit | 2d8b76a110d76ff6b5728ff0af8477531e4db60e (patch) | |
tree | 344d74461c775afa21cbf4c048c1b6ed6d192987 | |
parent | 7af633aec339367e36c867ae709088d6a801aa75 (diff) |
Add link to clojure bindings to Readme. (#2659)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ as the main playground for developing new features for the [ggml](https://github - 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) +- Clojure: [phronmophobic/llama.clj](https://github.com/phronmophobic/llama.clj) **UI:** |