BlinkDL / RWKV-LM

RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
Apache License 2.0
12.32k stars 838 forks source link

Visual RWKV #125

Closed yhyu13 closed 1 year ago

yhyu13 commented 1 year ago

Is there a plan to adapt multimodality, at least visual?

BlinkDL commented 1 year ago

yeah check https://github.com/StarRing2022/MiniRWKV-4