release v1.5.9
This commit is contained in:
parent
f5900179e0
commit
87e1daa733
25
.github/workflows/release.yml
vendored
25
.github/workflows/release.yml
vendored
@ -48,11 +48,6 @@ jobs:
|
|||||||
id: cp310
|
id: cp310
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
target: wasm32-unknown-unknown
|
|
||||||
- uses: crazy-max/ghaction-chocolatey@v2
|
- uses: crazy-max/ghaction-chocolatey@v2
|
||||||
with:
|
with:
|
||||||
args: install upx
|
args: install upx
|
||||||
@ -86,17 +81,12 @@ jobs:
|
|||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.20.5'
|
go-version: '1.20.5'
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
target: wasm32-unknown-unknown
|
|
||||||
- run: |
|
- run: |
|
||||||
wget https://github.com/josStorer/ai00_rwkv_server/releases/latest/download/webgpu_server_linux_x86_64 -o ./backend-rust/webgpu_server
|
wget https://github.com/josStorer/ai00_rwkv_server/releases/latest/download/webgpu_server_linux_x86_64 -O ./backend-rust/webgpu_server
|
||||||
wget https://github.com/josStorer/web-rwkv-converter/releases/latest/download/web-rwkv-converter_linux_x86_64 -o ./backend-rust/web-rwkv-converter
|
wget https://github.com/josStorer/web-rwkv-converter/releases/latest/download/web-rwkv-converter_linux_x86_64 -O ./backend-rust/web-rwkv-converter
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install upx
|
sudo apt-get install upx
|
||||||
sudo apt-get install build-essential libgtk-3-dev libwebkit2gtk-4.0-dev
|
sudo apt-get install build-essential libgtk-3-dev libwebkit2gtk-4.0-dev libasound2-dev
|
||||||
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
||||||
rm ./backend-python/rwkv_pip/wkv_cuda.pyd
|
rm ./backend-python/rwkv_pip/wkv_cuda.pyd
|
||||||
rm ./backend-python/rwkv_pip/rwkv5.pyd
|
rm ./backend-python/rwkv_pip/rwkv5.pyd
|
||||||
@ -118,14 +108,9 @@ jobs:
|
|||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.20.5'
|
go-version: '1.20.5'
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
target: wasm32-unknown-unknown
|
|
||||||
- run: |
|
- run: |
|
||||||
wget https://github.com/josStorer/ai00_rwkv_server/releases/latest/download/webgpu_server_darwin_aarch64 -o ./backend-rust/webgpu_server
|
wget https://github.com/josStorer/ai00_rwkv_server/releases/latest/download/webgpu_server_darwin_aarch64 -O ./backend-rust/webgpu_server
|
||||||
wget https://github.com/josStorer/web-rwkv-converter/releases/latest/download/web-rwkv-converter_darwin_aarch64 -o ./backend-rust/web-rwkv-converter
|
wget https://github.com/josStorer/web-rwkv-converter/releases/latest/download/web-rwkv-converter_darwin_aarch64 -O ./backend-rust/web-rwkv-converter
|
||||||
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
||||||
rm ./backend-python/rwkv_pip/wkv_cuda.pyd
|
rm ./backend-python/rwkv_pip/wkv_cuda.pyd
|
||||||
rm ./backend-python/rwkv_pip/rwkv5.pyd
|
rm ./backend-python/rwkv_pip/rwkv5.pyd
|
||||||
|
@ -1,9 +1,18 @@
|
|||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
- fix NoteOff ElapsedTime of MIDI Tracks
|
- add web-rwkv-converter (Safetensors Convert no longer depends on Python) (WebGPU Server 0.3.3)
|
||||||
- improve details of MIDI Input
|
- model tags classifier
|
||||||
- add high loss warning
|
- improve presets interaction
|
||||||
- lora finetune version check
|
- better state cache
|
||||||
|
- better customCuda condition
|
||||||
|
- add python-3.10.11-embed-amd64.zip cnMirror
|
||||||
|
- always reset to activePreset
|
||||||
|
- for devices that gpu is not supported, use cpu to merge lora
|
||||||
|
- RWKV_RESCALE_LAYER 999 for music model
|
||||||
|
- disable hashed assets
|
||||||
|
- fix webWails undefined functions
|
||||||
|
- fix damaged logo
|
||||||
|
- chore
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
@ -11,7 +20,3 @@
|
|||||||
- MacOS: https://github.com/josStorer/RWKV-Runner/blob/master/build/darwin/Readme_Install.txt
|
- MacOS: https://github.com/josStorer/RWKV-Runner/blob/master/build/darwin/Readme_Install.txt
|
||||||
- Linux: https://github.com/josStorer/RWKV-Runner/blob/master/build/linux/Readme_Install.txt
|
- Linux: https://github.com/josStorer/RWKV-Runner/blob/master/build/linux/Readme_Install.txt
|
||||||
- Server-Deploy-Examples: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples
|
- Server-Deploy-Examples: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples
|
||||||
|
|
||||||
#### MIDI Input Audio Tracks
|
|
||||||
|
|
||||||
![image](https://github.com/josStorer/RWKV-Runner/assets/13366013/e35e23a4-1942-4649-995d-eabf386722f7)
|
|
Loading…
Reference in New Issue
Block a user