RWKV-Runner/CURRENT_CHANGE.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2023-11-30 05:04:02 +00:00
## Changes
2023-06-09 13:16:37 +00:00
2024-03-01 08:03:22 +00:00
### Features
2024-03-11 11:07:08 +00:00
- add Docker support (#291) @LonghronShen
### Fixes
- fix a generation exception caused by potentially dangerous regex being passed into the stop array
- fix max_tokens parameter of Chat page not being passed to backend
- fix the issue where penalty_decay and global_penalty are not being passed to the backend default config when running
the model through client
2024-03-01 08:03:22 +00:00
### Improvements
2024-03-11 11:07:08 +00:00
- prevent 'torch' has no attribute 'cuda' error in torch_gc, so user can use CPU or WebGPU (#302)
2023-10-27 06:03:28 +00:00
2024-02-05 04:40:23 +00:00
### Chores
2024-03-11 11:07:08 +00:00
- bump dependencies
- add pre-release workflow
- dep_check.py now ignores GPUtil
2024-02-05 04:40:23 +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