From b8712e0b8945c3f394e4cc33a5224d4e20324bcc Mon Sep 17 00:00:00 2001 From: josc146 Date: Sun, 5 Nov 2023 21:10:21 +0800 Subject: [PATCH] release v1.5.0 --- CURRENT_CHANGE.md | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/CURRENT_CHANGE.md b/CURRENT_CHANGE.md index f2bced6..2995e74 100644 --- a/CURRENT_CHANGE.md +++ b/CURRENT_CHANGE.md @@ -2,40 +2,28 @@ ### Features -- allow conversation with some document (.pdf, .txt) (Experimental) -- add `/file-to-text` api -- allow avatarImg to be local absolute path -- base64 preset support +- chat attachment is now related to single message (Experimental) +- port occupied detection ### Upgrades -- upgrade to rwkv 0.8.16 (DirectML support; rwkv 5.2 no longer needs to ensure custom cuda kernel enabled) -- 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 +- upgrade to rwkv 0.8.20 ### Improvements -- improve cuda kernel compatibility (compute compatibility 5.3, Jetson Nano, Nvidia 10 Series+) -- RWKVType now no longer relies on the file name (use emb) -- 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 +- improve the compatibility between frontend presets and chatgpt api +- improve memory usage of state cache ### Chores -- update manifest.json (RWKV-5) -- update readme and client text description -- add pip --no-warn-script-location -- mark rwkv raven series as old model -- chore +- update ngrok_connect +- python38 compatibility +- adjust startup process ### Fixes -- fix linux kernel (partial revert 68228a45) -- fix the `make` command on Linux and macOS, no longer need manual operations on the wsl.go file. (#158, #173, #207) +- fix log encoding error +- fix stop button status of Chat page ## Install