diff options
author | adel boussaken <netdur@gmail.com> | 2024-01-20 09:05:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 03:05:43 -0500 |
commit | 48e2b1337257bb77573bf76cfffcff3a5efa8704 (patch) | |
tree | f9a41caa41f731f4ec4ceb54be5942e392d974db | |
parent | cca894f16a5eade15afd07b015e4cb3d8658943f (diff) |
Add a dart/flutter binding to README.md (#4882)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ as the main playground for developing new features for the [ggml](https://github - React Native: [mybigday/llama.rn](https://github.com/mybigday/llama.rn) - 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) **UI:** |