Skip to content

Commit

Permalink
release v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Oct 27, 2023
1 parent afd15ef commit 97ae139
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions CURRENT_CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,42 @@
## Changes

- latest rwkv-5.2 is now supported (with pre-compiled kernel for windows)
- completion page: add format content button
### Features

- allow conversation with some document (.pdf, .txt) (Experimental)
- add `/file-to-text` api
- allow avatarImg to be local absolute path
- base64 preset support

### 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

### 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

### 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

### 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)

## Install

- Windows: https://github.com/josStorer/RWKV-Runner/blob/master/build/windows/Readme_Install.txt
Expand Down

0 comments on commit 97ae139

Please sign in to comment.