From: Andy Tai Date: Sun, 7 Jul 2024 13:21:37 +0000 (-0700) Subject: readme : update bindings list (#8222) X-Git-Tag: upstream/0.0.4488~1152 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f1948f1e108157d5e7eb60fc8f24a10412e5d4ff;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : update bindings list (#8222) * adding guile_llama_cpp to binding list * fix formatting * fix formatting --- diff --git a/README.md b/README.md index 800b499e..aba6a4c5 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Typically finetunes of the base models below are supported as well. - 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) - PHP (API bindings and features built on top of llama.cpp): [distantmagic/resonance](https://github.com/distantmagic/resonance) [(more info)](https://github.com/ggerganov/llama.cpp/pull/6326) +- Guile Scheme: [guile_llama_cpp](https://savannah.nongnu.org/projects/guile-llama-cpp) **UI:**