diff --git a/README.md b/README.md index 72cc7af..a9a8f18 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,13 @@ For reference only, here is a list of latest versions of `rwkv.cpp` that have su See also [docs/FILE_FORMAT.md](docs/FILE_FORMAT.md) for version numbers of `rwkv.cpp` model files and their changelog. +## Bindings + +These projects wrap `rwkv.cpp` for easier use in other languages/frameworks. + +* Golang: [seasonjs/rwkv](https://github.com/seasonjs/rwkv) +* Node.js: [Atome-FE/llama-node](https://github.com/Atome-FE/llama-node) + ## Contributing Please follow the code style described in [docs/CODE_STYLE.md](docs/CODE_STYLE.md).