diff options
author | Mateusz Charytoniuk <mateusz.charytoniuk@protonmail.com> | 2024-03-27 08:08:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 09:08:59 +0200 |
commit | 1740d6dd4e00dedda87d6820b0e0d8e70dade340 (patch) | |
tree | 645ac06079096419cc5f936177cbeb706e6466bc | |
parent | 0642b22cd12af278d6e7e459b73411947c169381 (diff) |
readme : add php api bindings (#6326)
* add php bindings to readme
* readme : add link to PR
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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:** |