From: Mateusz Charytoniuk Date: Wed, 27 Mar 2024 07:08:59 +0000 (+0100) Subject: readme : add php api bindings (#6326) X-Git-Tag: upstream/0.0.4488~1943 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1740d6dd4e00dedda87d6820b0e0d8e70dade340;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add php api bindings (#6326) * add php bindings to readme * readme : add link to PR --------- Co-authored-by: Georgi Gerganov --- diff --git a/README.md b/README.md index a56a6004..5517bf09 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Typically finetunes of the base models below are supported as well. - Java: [kherud/java-llama.cpp](https://github.com/kherud/java-llama.cpp) - 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) **UI:**