From 83419b81cb1fd5cc8d529ff66fa0bf7f08bce2ac Mon Sep 17 00:00:00 2001 From: ddh0 Date: Sat, 31 May 2025 22:29:49 -0500 Subject: [PATCH] include easy-llama Python bindings in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 540c29a4f1847..576332bc5d33d 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo
Bindings +- 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) - Node.js: [withcatai/node-llama-cpp](https://github.com/withcatai/node-llama-cpp)