BlinkDL/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
Implements stateful RNN inference with token-by-token generation, maintaining hidden state across sequences for efficient long-context processing—eliminating the quadratic complexity of transformer attention. Supports multiple deployment strategies (CPU, CUDA, mixed precision) with optional INT8 quantization, enabling 14B model inference on 3GB VRAM, plus integrates with community backends like rwkv.cpp and ai00_rwkv_server for optimized GPU/CPU inference across platforms.
9,517 stars.
Stars
9,517
Forks
697
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/BlinkDL/ChatRWKV"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
myreader-io/myGPTReader
A community-driven way to read and chat with AI bots - powered by chatGPT.
robindekoster/chatgpt-custom-knowledge-chatbot
This open source chatbot project lets you create a chatbot that uses your own data to answer...
JRC1995/Chatbot
Hybrid Conversational Bot based on both neural retrieval and neural generative mechanism with TTS.
Lukium/chatgpt-api-server
ChatGPT Web API server based on Flask that can respond both via browser through Flask Forms and...
WongSaang/chatgpt-ui-server
A ChatGPT UI server based on the Django framework.