Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkDL committed Feb 23, 2023
1 parent 4d4e227 commit 63b3c42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ChatRWKV
ChatRWKV is like ChatGPT but powered by my RWKV (100% RNN) language model, which is the only RNN (as of now) that can match transformers in quality and scaling, while being faster and saves VRAM. Training sponsored by Stability EleutherAI :)

**Please upgrade to latest code. Got a bug in computation in earlier version.**
**ChatRWKV v2:** with "stream" and "split" strategies. 3G VRAM is enough to run RWKV 14B :) https://github.com/BlinkDL/ChatRWKV/tree/main/v2

**Download RWKV-4 weights:** https://huggingface.co/BlinkDL (**Use RWKV-4 models**. DO NOT use RWKV-4a and RWKV-4b models.)

Expand All @@ -11,8 +11,6 @@ ChatRWKV is like ChatGPT but powered by my RWKV (100% RNN) language model, which

**Twitter:** https://twitter.com/BlinkDL_AI

**ChatRWKV v2:** with "stream" and "split" strategies. 3G VRAM is enough to run RWKV 14B :) https://github.com/BlinkDL/ChatRWKV/tree/main/v2

Demo: https://huggingface.co/spaces/yahma/rwkv-14b

Cool Community RWKV Projects:
Expand Down

0 comments on commit 63b3c42

Please sign in to comment.