2024-05-29 16:34:56 +08:00
|
|
|
## v1.8.4
|
|
|
|
|
|
|
|
- fix f05a4a, __init__.py is not embedded
|
|
|
|
|
|
|
|
## v1.8.3
|
|
|
|
|
|
|
|
### Deprecations
|
2023-06-09 21:16:37 +08:00
|
|
|
|
2024-05-28 23:06:13 +08:00
|
|
|
- rwkv-beta is deprecated
|
|
|
|
|
2024-05-29 16:34:56 +08:00
|
|
|
### Upgrades
|
2024-05-28 23:06:13 +08:00
|
|
|
|
|
|
|
- bump webgpu(python) (https://github.com/cryscan/web-rwkv-py)
|
|
|
|
- sync https://github.com/JL-er/RWKV-PEFT (LoRA)
|
|
|
|
|
2024-05-29 16:34:56 +08:00
|
|
|
### Improvements
|
2024-05-28 23:06:13 +08:00
|
|
|
|
|
|
|
- improve default LoRA fine-tune params
|
|
|
|
|
2024-05-29 16:34:56 +08:00
|
|
|
### Fixes
|
2024-05-28 23:06:13 +08:00
|
|
|
|
|
|
|
- fix #342, #345: cannot import name 'packaging' from 'pkg_resources'
|
|
|
|
- fix the huge error prompt that pops up when running in webgpu mode
|
2024-02-05 12:40:23 +08:00
|
|
|
|
2023-06-09 21:16:37 +08: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 21:02:26 +08: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
|