Update README.md

main
PENG Bo 3 years ago committed by GitHub
parent 4378fe6b4f
commit 1430d4edcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ out, state = model.forward([1563], state) # RNN has state (use deepcop
out, state = model.forward([310, 247], state)
print(out.detach().cpu().numpy()) # same result as above
```
**HF space**: https://huggingface.co/spaces/yahma/rwkv-14b
**Hugging Face space**: https://huggingface.co/spaces/BlinkDL/ChatRWKV-gradio
![RWKV-chat](RWKV-chat.png)

Loading…
Cancel
Save