From 689203d4c97bda09f1c3588d7c99591acb3f1d1e Mon Sep 17 00:00:00 2001 From: tianzixuan Date: Tue, 12 Nov 2024 17:17:39 +0800 Subject: [PATCH] feat: update README.md Signed-off-by: tianzixuan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0378a674e8353..6ab6acf1282c6 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,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) +- Flutter: [xuegao-tzx/Fllama](https://github.com/xuegao-tzx/Fllama) - 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) - Swift [srgtuszy/llama-cpp-swift](https://github.com/srgtuszy/llama-cpp-swift)