From a02c09229f3fc11af79f59170e687e7fe4f8949a Mon Sep 17 00:00:00 2001 From: Mateusz Charytoniuk Date: Tue, 26 Mar 2024 17:36:25 +0100 Subject: [PATCH] add php bindings to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a56a60049..01700ba54 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) **UI:**