#Rwkv
Showing 15 of 15 repositories tagged #rwkv, ranked by stars
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
A RWKV management and startup tool, full automation, only 8MB. And provides an interface compatible with the OpenAI API. RWKV is a large language model that is fully open source and available for commercial use.
仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理
llama and other large language models on iOS and MacOS offline using GGML library.
INT4/INT5/INT8 and FP16 inference on CPU for RWKV language model
Believe in AI democratization. llama for nodejs backed by llama-rs, llama.cpp and rwkv.cpp, work locally on your laptop CPU. support llama/alpaca/gpt4all/vicuna/rwkv model.
The all-in-one RWKV runtime box with embed, RAG, AI agents, and more.
LLaMa/RWKV onnx models, quantization and testcase
A curated list of papers on the applications of RWKV in computer vision. Please raise an issue if you suggest new qualified project.
A benchmark for spaced repetition schedulers/algorithms
A fast, lightweight, and extensible RWKV chat UI powered by Flutter. Offline-ready, multi-backend support, ideal for local RWKV inference.
ChatGPT-like Web UI for RWKVstic
顺便一提,我们支持 RWKV | 「Intel 2025 人工智能创新大赛」🚀AutoOPS: Provide the chaos brought by language models to the operation and maintenance industry! 🏆使用 LLM 提供的动力实现全自动运维,支持 Windows Server/Linux/macOS/Cisco IOS,可进行全网自动管理,让我们颠覆运维行业【带外管理/自动运维/IoT设备管理/WebHook监控/任意平台/全模态Workflow】
A relatively basic implementation of RWKV in Rust written by someone with very little math and ML knowledge. Supports 32, 8 and 4 bit evaluation. It can also directly load PyTorch RWKV models.