rwkv-architecture
RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install rwkv-architecture --cli claudewrites the skill into.claude/skills/rwkv-architecture/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/rwkv-architecture/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.
When to use it
RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/model-architecture-rwkv/SKILL.md -o .claude/skills/model-architecture-rwkv/SKILL.md
Notes
Extracted from davila7/claude-code-templates, model-architecture-rwkv category.