From 14acfc1d81a6e43e0a61a48bf3d088c977cf6882 Mon Sep 17 00:00:00 2001 From: josc146 Date: Sat, 2 Mar 2024 19:47:53 +0800 Subject: [PATCH] release v1.7.2 --- CURRENT_CHANGE.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/CURRENT_CHANGE.md b/CURRENT_CHANGE.md index 8ae21f8..eff3767 100644 --- a/CURRENT_CHANGE.md +++ b/CURRENT_CHANGE.md @@ -1,31 +1,17 @@ ## Changes -**This version includes important bug fixes, it is strongly recommended to upgrade to this version.** - -### Upgrades - -- webgpu 0.3.20 https://github.com/cgisky1980/ai00_rwkv_server - ### Features -- allow setting quantizedLayers of WebGPU mode +- allow setting tokenChunkSize of WebGPU mode +- expose global_penalty ### Improvements -- improve occurrence[token] condition -- disable AVOID_PENALTY_TOKENS when generating (still enabled when preprocessing) -- enable useHfMirror by default for chinese users - -### Fixes - -- fix the issue where state cache could be modified leading to inconsistent hit results -- fix convert_safetensors.py for rwkv6 -- add python3-dev to lora fine-tune dependencies (this may previously lead to the error of v5 fine-tune) +- improve parameters controllable range ### Chores -- hide MPS and CUDA-Beta Options -- update manifest +- update defaultModelConfigs ## Install