Integrate with your application

If you would like to integrate RWKV into your existing application. You can use the following

Official python bindings

Running via hugging face

RWKV.cpp / RWKV.cpp cuda project

These are cpp based libraries, which can be built, and integrated into your application as a C style library

X language bindings

The .cpp / cpp-cuda libraries has the following project wrappers for other languages

Deploy as an API

If you wish to deploy RWKV as an API, you can use the following projects