
RWKV-LM
BlinkDL
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.
AI 简介
RWKV-LM 是一个开源的线性时间、常量空间语言模型架构,融合RNN与Transformer优势,支持无限上下文长度且无需KV缓存。其核心特点是采用可并行训练的RNN结构(RWKV-7),具备类Transformer的生成质量、稳定推理速度、低内存占用及免费句向量能力。项目提供高效CUDA内核、移动端适配库及GGUF格式支持,适用于资源受限场景下的大模型部署、边缘设备推理与长文本建模任务。
Python
Apache License 2.014.6k
Stars
1k
Forks
139
Watchers
126
Issues
Star 增长
今日0
近 7 天0
近 30 天+30
综合评分72.01
默认分支main