From 72d53e6c4decee8b339e49aed8cc0e234b9639dc Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Mon, 20 Oct 2025 10:20:04 +0200 Subject: [PATCH] readme: update bindings (#16651) Signed-off-by: deadprogram --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c0742370d..0a755f4800 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo - Swift [srgtuszy/llama-cpp-swift](https://github.com/srgtuszy/llama-cpp-swift) - Swift [ShenghaiWang/SwiftLlama](https://github.com/ShenghaiWang/SwiftLlama) - Delphi [Embarcadero/llama-cpp-delphi](https://github.com/Embarcadero/llama-cpp-delphi) +- Go (no CGo needed): [hybridgroup/yzma](https://github.com/hybridgroup/yzma)