From 50a666a3507b2e44bc57d4be3e5556208e24c243 Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 5 Feb 2024 12:40:23 +0800 Subject: [PATCH] release v1.6.9 --- CURRENT_CHANGE.md | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/CURRENT_CHANGE.md b/CURRENT_CHANGE.md index 3a3e71e..2e19242 100644 --- a/CURRENT_CHANGE.md +++ b/CURRENT_CHANGE.md @@ -1,9 +1,43 @@ ## Changes -- abc music inference support -- basic abc frontend support +### Upgrades + +- web-rwkv-py 0.1.2 (Support V4, V5 and V6) https://github.com/cryscan/web-rwkv-py +- webgpu 0.3.13 https://github.com/cgisky1980/ai00_rwkv_server + +### Features + +- add markdown renderer switch +- allow loading conversation +- allow setting history message number +- expose penalty_decay, top_k +- add AVOID_PENALTY_TOKENS +- add [parse_api_log.py](https://github.com/josStorer/RWKV-Runner/blob/master/parse_api_log.py), this script can extract + formatted data from api.log + +### Improvements + +- improve macos experience +- improve fine-tune performance +- add better custom tokenizer support and tokenizer-midipiano.json +- improve path processing +- add EOS state cache point +- reduce package size + +### Fixes + +- fix WSL2 WindowsOptionalFeature: Microsoft-Windows-Subsystem-Linux -> VirtualMachinePlatform - fix finetune errorsMap ($modelInfo) +### Chores + +- update defaultPresets +- update defaultModelConfigs +- rename manifest tag "Main" -> "Official" +- update manifest.json +- update Related Repositories +- other minor changes + ## Install - Windows: https://github.com/josStorer/RWKV-Runner/blob/master/build/windows/Readme_Install.txt