diff --git a/README.md b/README.md index ff8536773..8371add03 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Instructions for adding support for new models: [HOWTO-add-model.md](docs/develo Bindings - Python: [abetlen/llama-cpp-python](https://github.com/abetlen/llama-cpp-python) +- Python (Pre-compiled CFFI module for CPU and CUDA): [tangledgroup/llama-cpp-cffi](https://github.com/tangledgroup/llama-cpp-cffi) - 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) - JS/TS (llama.cpp server client): [lgrammel/modelfusion](https://modelfusion.dev/integration/model-provider/llamacpp)