Skip to content

Releases: josStorer/RWKV-Runner

v1.6.0

10 Dec 15:54
Compare
Choose a tag to compare

v1.5.9

08 Dec 11:27
Compare
Choose a tag to compare

Changes

  • add web-rwkv-converter (Safetensors Convert no longer depends on Python) (WebGPU Server 0.3.3)
  • model tags classifier
  • improve presets interaction
  • 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

v1.5.8

30 Nov 05:21
Compare
Choose a tag to compare

v1.5.7

29 Nov 15:12
Compare
Choose a tag to compare

Changes (v1.5.7 is a patch for v1.5.5 & v1.5.6)

  • MIDI Input Audio Tracks (Experimental, playing tracks is not supported yet, please save to generation area to preview)
  • fix autoPlayed midi cannot be stopped
  • try to use local soundfont by default
  • improve details

Install

MIDI Input Audio Tracks

image

v1.5.6

29 Nov 13:33
Compare
Choose a tag to compare

Changes (v1.5.6 is a patch for v1.5.5)

  • MIDI Input Audio Tracks (Experimental, playing tracks is not supported yet, please save to generation area to preview)
  • fix autoPlayed midi cannot be stopped
  • try to use local soundfont by default
  • improve details

Install

MIDI Input Audio Tracks

image

v1.5.5

29 Nov 11:45
Compare
Choose a tag to compare

Changes

  • MIDI Input Audio Tracks (Experimental, playing tracks is not supported yet, please save to generation area to preview)
  • fix autoPlayed midi cannot be stopped
  • try to use local soundfont by default
  • improve details

Install

MIDI Input Audio Tracks

image

v1.5.4

24 Nov 11:36
Compare
Choose a tag to compare

Changes

  • upgrade to rwkv 0.8.22 (rwkv6 support)
  • allow reading attachments even if the model is offline
  • improve launch flow of webgpu mode
  • allow safetensors converter on macOS
  • fix fs watcher of macOS
  • update defaultConfigs
  • update manifest
  • chores

Install

v1.5.3

20 Nov 16:35
Compare
Choose a tag to compare

Changes

  • add webgpu nf4
  • add sidePanel for Chat page
  • add hf-mirror for cn users
  • use local API when it's working, even if a custom API URL is provided
  • add rwkv API URL Option
  • macos: change default webgpu backend to aarch64-apple-darwin and fix the permission issue
  • strict default_stop
  • fix state_cache of deploy mode
  • fix a finetune bug
  • improve lazy loading ui
  • display lastModelName at the top (WorkHeader)
  • chores

Install

v1.5.2

09 Nov 14:24
Compare
Choose a tag to compare

v1.5.1

08 Nov 16:04
Compare
Choose a tag to compare

Changes

Features

  • add webUI for easier service sharing (enable it in Configs page or --webui command line parameter, compile it with make build-web)
  • add deployment mode. If /switch-model with deploy: true, will disable /switch-model, /exit and other dangerous APIs (state cache APIs, part of midi APIs)

Chores

  • print error.txt to console when script fails
  • api url getter

Fixes

  • set deepspeed to 0.11.2 to avoid finetune error
  • fix /docs default api params (Pydantic v2)

Install