From d6c691e39bfc1bcdf2275e2f98345047799701e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=BA=E6=97=BA=E7=A2=8E=E5=86=B0=E5=86=B0?= <38837039+Cyberhan123@users.noreply.github.com> Date: Sat, 9 Sep 2023 15:12:26 +0800 Subject: [PATCH] add other language bindings (#126) * add other language bindings * Update README.md --------- Co-authored-by: Alex --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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).