rwkv-architecture

Originally fromovachiever/droid-tings
Installation
SKILL.md

RWKV - Receptance Weighted Key Value

Quick start

RWKV (RwaKuv) combines Transformer parallelization (training) with RNN efficiency (inference).

Installation:

# Install PyTorch
pip install torch --upgrade --extra-index-url https://download.pytorch.org/whl/cu121

# Install dependencies
pip install pytorch-lightning==1.9.5 deepspeed wandb ninja --upgrade

# Install RWKV
pip install rwkv

Basic usage (GPT mode + RNN mode):

Related skills

More from davila7/claude-code-templates

Installs
282
GitHub Stars
27.2K
First Seen
Jan 21, 2026