Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
/ rwkv-np Public archive

rwkv ported to numpy and safetensors

Notifications You must be signed in to change notification settings

iacore/rwkv-np

Repository files navigation

rwkv.py is mostly copied from https://johanwind.github.io/2023/03/23/rwkv_details.html

You can install this by running pip install -e . inside this repo.

Prepare the model

wget2 https://huggingface.co/BlinkDL/rwkv-4-pile-430m/resolve/main/RWKV-4-Pile-430M-20220808-8066.pth

# get .safetensors file
python convert.py RWKV-4-Pile-430M-20220808-8066.pth

About

rwkv ported to numpy and safetensors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages