RWKV-Runner/CURRENT_CHANGE.md

26 lines
1.0 KiB
Markdown
Raw Normal View History

2023-11-30 13:04:02 +08:00
## Changes
2023-06-09 21:16:37 +08:00
2024-03-26 23:00:25 +08:00
### Features
2024-03-01 16:03:22 +08:00
2024-03-26 23:00:25 +08:00
- make gate and out trainable (https://github.com/JL-er/RWKV-LORA/commit/834aea0f543b84eedb7cdd222672c06ca37aeacd)
- new chat template for /chat/completions api (better system support)
- add system role support for preset
- proxied fetch support (for custom api url)
### Improvements
- improve preset editor
- better compatibility for custom api (ollama etc.)
![image](https://github.com/josStorer/RWKV-Runner/assets/13366013/2fe21753-3954-4593-a282-70a6bd990af5)
- throttling saveConfigs
- improve error messages
- other details
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