2023-11-30 05:04:02 +00:00
|
|
|
## Changes
|
2023-06-09 13:16:37 +00:00
|
|
|
|
2023-12-29 04:26:33 +00:00
|
|
|
- rwkv5 lora finetune support (https://github.com/JL-er/RWKV-v5-lora)
|
|
|
|
- improve memory usage and speed of convert_safetensors.py
|
|
|
|
- webgpu(python) state cache support
|
|
|
|
- improve state cache performance (especially for rwkv.cpp)
|
|
|
|
- chore
|
2023-10-27 06:03:28 +00:00
|
|
|
|
2023-06-09 13:16:37 +00:00
|
|
|
## Install
|
|
|
|
|
|
|
|
- Windows: https://github.com/josStorer/RWKV-Runner/blob/master/build/windows/Readme_Install.txt
|
|
|
|
- MacOS: https://github.com/josStorer/RWKV-Runner/blob/master/build/darwin/Readme_Install.txt
|
|
|
|
- Linux: https://github.com/josStorer/RWKV-Runner/blob/master/build/linux/Readme_Install.txt
|
2023-12-25 13:02:26 +00:00
|
|
|
- Simple Deploy Example: https://github.com/josStorer/RWKV-Runner/blob/master/README.md#simple-deploy-example
|
|
|
|
- Server Deploy Examples: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples
|