rwkv
1.5B parameters
Commercial OK
Reviewed June 2026

RWKV 7 'Goose' 1.5B

RWKV 7 'Goose' at 1.5B. Linear-time inference architecture (constant memory regardless of context). Apache 2.0.

License: Apache 2.0·Released Feb 15, 2025·Context: 1,048,576 tokens
BLK · VERDICT

Our verdict

OP · Eruo Fredoline|VERIFIED JUN 12, 2026
unrated

Positioning

RWKV 7 'Goose' 1.5B is a dense 1.5B-parameter model from the RWKV community, released under the permissive Apache 2.0 license. Its defining feature is a linear-time inference architecture that maintains constant memory usage regardless of context length, enabling a 1,048,576-token context window. This makes it distinct among open-weight models, as most transformers incur quadratic memory costs with long sequences. The small parameter count and efficient architecture position it for edge deployment where memory and latency are constrained.

Strengths

  • Extreme context length with constant memory: The linear-time architecture means memory usage does not grow with context length, allowing a 1M-token window that would be impractical for transformer models of similar size.
  • Permissive Apache 2.0 license: No restrictions on commercial use, modification, or redistribution, making it suitable for proprietary applications.
  • Tiny quantized footprint: At Q4_K_M the model is ~0.8 GB on disk, and even with KV cache overhead it can fit in under 2 GB, enabling deployment on low-power devices.
  • Edge-optimized design: With 1.5B parameters and a deployment class of 'edge', this model is purpose-built for scenarios where hardware resources are minimal.

Limitations

  • Small parameter count limits raw capability: At 1.5B, the model cannot match the reasoning depth or knowledge breadth of larger models. Operators should expect lower quality on complex tasks.
  • No community benchmarks available: We do not have independent measurements of performance on standard tasks. Published vendor metrics should be treated as best-case.
  • Architecture maturity: RWKV is a newer architecture compared to transformers; ecosystem support (tooling, fine-tuning libraries) may be less mature.
  • KV cache overhead still significant: While the architecture is linear, the KV cache for 1M tokens can still require substantial memory (estimated 30-50% of model size added), which may strain edge hardware.

What it takes to run this locally

At FP16, the model is ~3 GB on disk. Quantized versions reduce this significantly: Q8_0 ~2 GB, Q4_K_M ~0.8 GB, Q2_K ~0.5 GB. For typical use with moderate context (e.g., 128K tokens), add ~30-50% for KV cache and framework overhead, so a Q4_K_M deployment might need ~1.2 GB total. This fits comfortably on a consumer GPU with 4 GB VRAM or even on CPU with sufficient RAM. Deployment class is edge: single GPU with 4-8 GB VRAM, or CPU-only systems.

Should you run this locally?

Yes if you need to process extremely long sequences (up to 1M tokens) on memory-constrained hardware, or if you require a permissive license for commercial edge deployment. No if you need high-quality outputs on complex reasoning tasks, or if you rely on mature ecosystem support and community benchmarks.

Catalog cross-links

  • RWKV 7 'Goose' 7B
  • Edge deployment guide

Overview

RWKV 7 'Goose' at 1.5B. Linear-time inference architecture (constant memory regardless of context). Apache 2.0.

Strengths

  • Linear inference cost
  • Constant memory at any context length
  • Apache 2.0

Weaknesses

  • Lower quality at any size class than transformer models
  • Smaller ecosystem

Quantization variants

Each quantization trades model quality for file size and VRAM. Q4_K_M is the most popular starting point.

QuantizationFile sizeVRAM required
Q5_K_M1.1 GB2 GB

Get the model

HuggingFace

Original weights

huggingface.co/BlinkDL/rwkv-7-world

Source repository — direct quantization required.

Hardware that runs this

Cards with enough VRAM for at least one quantization of RWKV 7 'Goose' 1.5B.

Compare alternatives

Models worth comparing

Same parameter band, plus what's one tier above and below — so you can decide what actually fits your hardware.

Step down
Smaller — faster, runs on weaker hardware
No verdicted models in the next tier down yet.

Frequently asked

What's the minimum VRAM to run RWKV 7 'Goose' 1.5B?

2GB of VRAM is enough to run RWKV 7 'Goose' 1.5B at the Q5_K_M quantization (file size 1.1 GB). Higher-quality quantizations need more.

Can I use RWKV 7 'Goose' 1.5B commercially?

Yes — RWKV 7 'Goose' 1.5B ships under the Apache 2.0, which permits commercial use. Always read the license text before deployment.

What's the context length of RWKV 7 'Goose' 1.5B?

RWKV 7 'Goose' 1.5B supports a context window of 1,048,576 tokens (about 1049K).

Source: huggingface.co/BlinkDL/rwkv-7-world

Reviewed by RunLocalAI Editorial. See our editorial policy for how we research and verify model claims.

Related — keep moving

Before you buy

Verify RWKV 7 'Goose' 1.5B runs on your specific hardware before committing money.