From: Ron Evans Date: Mon, 20 Oct 2025 08:20:04 +0000 (+0200) Subject: readme: update bindings (#16651) X-Git-Tag: upstream/0.0.7011~208 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=72d53e6c4decee8b339e49aed8cc0e234b9639dc;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme: update bindings (#16651) Signed-off-by: deadprogram --- diff --git a/README.md b/README.md index 1c074237..0a755f48 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)