Skip to content

Releases: josStorer/RWKV-Runner

v1.9.0

13 Dec 06:13
Compare
Choose a tag to compare

Changes

  • fix the handling of AVOID_REPEAT_TOKENS (Chinese punctuation) that may lead to rwkv7 fp16 overflow, causing the generation to terminate
  • fix the misidentification of rwkv5 as rwkv7 (#407)
  • improve version comparison

Note: If you encounter WebView2 crash issues, please try opening the Windows Settings, click on Apps, search for
WebView2, click Modify -> Repair to update your WebView2 runtime.

Install

v1.8.9

11 Dec 15:41
Compare
Choose a tag to compare

Changes

  • rwkv7 support (CPU and CUDA Mode only)

Note: If you encounter WebView2 crash issues, please try opening the Windows Settings, click on Apps, search for
WebView2, click Modify -> Repair to update your WebView2 runtime.

Install

v1.8.8

20 Oct 07:57
Compare
Choose a tag to compare

Changes

  • potential crash fix (#396)

Note: If you encounter WebView2 crash issues, please try opening the Windows Settings, click on Apps, search for WebView2, click Modify -> Repair to update your WebView2 runtime.

Install

v1.8.7

29 Aug 07:46
Compare
Choose a tag to compare

v1.8.7

  • withdrawing the obfuscated tiny package, as it caused some exceptions in the html webui

v1.8.6

Features

  • feat(python backend): function call support (#368) Great thanks to @EliwiiKeeya

image

  • feat(ui): add navigator for web on narrow screen (#376) Great thanks to @HaloWang

Improvements

  • improve WSL installation condition detection

Chores

  • downgrade to golang1.20 for compatibility with windows7 (#377)
  • update manifest.json (hide old models and add new models)
  • html-webui.zip is now added to the release

Install

v1.8.6

29 Aug 07:15
Compare
Choose a tag to compare

Changes

Features

  • feat(python backend): function call support (#368) Great thanks to @EliwiiKeeya

image

  • feat(ui): add navigator for web on narrow screen (#376) Great thanks to @HaloWang

Improvements

  • improve WSL installation condition detection

Chores

  • downgrade to golang1.20 for compatibility with windows7 (#377)
  • update manifest.json (hide old models and add new models)
  • html-webui.zip is now added to the release

Install

v1.8.5

25 Jul 15:57
Compare
Choose a tag to compare

Changes

Features

  • allow the use of the devtools (Ctrl/Cmd+Shift+F12)
  • allow custom user avatar image of presets

Upgrades

Improvements

  • improve prompts
  • improve error notifications during fine-tuning

Fixes

  • fix: #353, numpy2.0 error when fine-tuning

Install

v1.8.4

29 May 08:42
Compare
Choose a tag to compare

v1.8.4

  • fix f05a4ac, __init__.py is not embedded

v1.8.3

Deprecations

  • rwkv-beta is deprecated

Upgrades

Improvements

  • improve default LoRA fine-tune params

Fixes

  • fix #342, #345: cannot import name 'packaging' from 'pkg_resources'
  • fix the huge error prompt that pops up when running in webgpu mode

Install

v1.8.3

28 May 15:15
Compare
Choose a tag to compare

Deprecations

  • rwkv-beta is deprecated

Upgrades

Improvements

  • improve default LoRA fine-tune params

Fixes

  • fix #342, #345: cannot import name 'packaging' from 'pkg_resources'
  • fix the huge error prompt that pops up when running in webgpu mode

Install

v1.8.2

16 May 06:00
Compare
Choose a tag to compare

v1.8.1

12 May 15:45
Compare
Choose a tag to compare

Changes

Features

  • add support for dynamic state-tuned models

image

Upgrades

Improvements

  • add tps console output
  • add torch cnMirror
  • disable pre_ffn and head_qk
  • improve frontend details

Chores

  • update manifest.json and defaultModelConfigs

Install