release v1.5.0
This commit is contained in:
parent
37dda4333d
commit
b8712e0b89
@ -2,40 +2,28 @@
|
|||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- allow conversation with some document (.pdf, .txt) (Experimental)
|
- chat attachment is now related to single message (Experimental)
|
||||||
- add `/file-to-text` api
|
- port occupied detection
|
||||||
- allow avatarImg to be local absolute path
|
|
||||||
- base64 preset support
|
|
||||||
|
|
||||||
### Upgrades
|
### Upgrades
|
||||||
|
|
||||||
- upgrade to rwkv 0.8.16 (DirectML support; rwkv 5.2 no longer needs to ensure custom cuda kernel enabled)
|
- upgrade to rwkv 0.8.20
|
||||||
- upgrade to webgpu 0.2.2 (WebGPU Mode is now recommended for AMD and Intel
|
|
||||||
Users) (https://github.com/josStorer/ai00_rwkv_server)
|
|
||||||
- upgrade python packages
|
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
- improve cuda kernel compatibility (compute compatibility 5.3, Jetson Nano, Nvidia 10 Series+)
|
- improve the compatibility between frontend presets and chatgpt api
|
||||||
- RWKVType now no longer relies on the file name (use emb)
|
- improve memory usage of state cache
|
||||||
- improve message interruption and retry for Chat page
|
|
||||||
- update sample.jsonl of LoRA finetune
|
|
||||||
- update api stop strategy for better custom user_name and assistant_name support
|
|
||||||
- edited chat message now is marked as Normal
|
|
||||||
- change default World series prefix to User/Assistant
|
|
||||||
|
|
||||||
### Chores
|
### Chores
|
||||||
|
|
||||||
- update manifest.json (RWKV-5)
|
- update ngrok_connect
|
||||||
- update readme and client text description
|
- python38 compatibility
|
||||||
- add pip --no-warn-script-location
|
- adjust startup process
|
||||||
- mark rwkv raven series as old model
|
|
||||||
- chore
|
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- fix linux kernel (partial revert 68228a45)
|
- fix log encoding error
|
||||||
- fix the `make` command on Linux and macOS, no longer need manual operations on the wsl.go file. (#158, #173, #207)
|
- fix stop button status of Chat page
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user