Skip to content

Commit

Permalink
add other language bindings (#126)
Browse files Browse the repository at this point in the history
* add other language bindings

* Update README.md

---------

Co-authored-by: Alex <saharNooby@users.noreply.github.com>
  • Loading branch information
Cyberhan123 and saharNooby committed Sep 9, 2023
1 parent 2d3cdd7 commit d6c691e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -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).

0 comments on commit d6c691e

Please sign in to comment.