From ead37ff20efb0aaf6020c69e12cfebf03ddd438d Mon Sep 17 00:00:00 2001 From: Ashkan Yarmoradi Date: Fri, 5 Dec 2025 01:49:27 +0100 Subject: [PATCH] Add link to AshkanYarmoradi/go-llama.cpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e44ae7d0c7..06222b878d6 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo - Python: [ddh0/easy-llama](https://github.com/ddh0/easy-llama) - Python: [abetlen/llama-cpp-python](https://github.com/abetlen/llama-cpp-python) - Go: [go-skynet/go-llama.cpp](https://github.com/go-skynet/go-llama.cpp) +- Go: [AshkanYarmoradi/go-llama.cpp](https://github.com/AshkanYarmoradi/go-llama.cpp) - Node.js: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp) - JS/TS (llama.cpp server client): [lgrammel/modelfusion](https://modelfusion.dev/integration/model-provider/llamacpp) - JS/TS (Programmable Prompt Engine CLI): [offline-ai/cli](https://github.com/offline-ai/cli)