RWKV-Runner/CURRENT_CHANGE.md

26 lines
904 B
Markdown
Raw Normal View History

2023-06-09 21:16:37 +08:00
## Changes
2023-10-27 14:03:28 +08:00
### Features
2023-11-08 23:41:17 +08:00
- add webUI for easier service sharing (enable it in Configs page or --webui command line parameter, compile it
with `make
build-web`)
- add deployment mode. If `/switch-model` with `deploy: true`, will disable /switch-model, /exit and other dangerous
APIs (state cache APIs, part of midi APIs)
2023-10-27 14:03:28 +08:00
### Chores
2023-11-08 23:41:17 +08:00
- print error.txt to console when script fails
- api url getter
2023-06-09 21:16:37 +08:00
2023-10-27 14:03:28 +08:00
### Fixes
2023-11-08 23:41:17 +08:00
- set deepspeed to 0.11.2 to avoid finetune error
- fix `/docs` default api params (Pydantic v2)
2023-10-27 14:03:28 +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
- Server-Deploy-Examples: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples