You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The linux binary files released in github releases now depend on libwebkit2gtk-4.1 to support Ubuntu 24.04. This means that versions below Ubuntu 20.04 will no longer be supported for running, and users will have to build it on their own. Additionally, Windows 7 is still supported, but you need to install the KB2999226 patch.
- fix the issue where the line breaks in the thinking content did not take effect
10
-
- update manifest.json and defaultModelConfigs
11
-
- bump go-webview2
3
+
### Llama.cpp support
4
+
5
+
- Add llama.cpp support with pre-compiled Vulkan libraries for Windows that should work out-of-the-box with any modern GPU. Mac and Linux users still need to manually install llama-cpp-python. You can now use RWKV GGUF models as well as any other GGUF models such as DeepSeek, Qwen3, Gemma3, Phi4. You can select the llama.cpp tag in the Models page and download the required models with one click, or place downloaded GGUF models in the models directory for use.
- The software's preset configs have been streamlined and now include some GGUF format presets. You can click the reset button to fetch the latest presets.
- The RWKV-Runner Python server in llama.cpp mode has been optimized. After loading the model to GPU, the server process only occupies approximately 200MB of memory on Windows platform.
10
+
- When server users call the `/switch-model` API to load models, you only need to pass a file path ending with .gguf to the `model` field to use llama.cpp mode.
- Add a setting to save the full rwkv-runner client state, rather than just storing necessary settings. This option is enabled by default. You can disable it and restart the software to restore the previous version's behavior
- reduce peak memory usage when loading rwkv7 in cuda mode
23
+
- increase the maximum value of the top_k API parameter to 100
24
+
- remove language tags in Models page, as all new models support global languages
25
+
- remove useless/disabled resources
26
+
- other small improvements
27
+
- You can run RWKV-Runner on Windows 7 by installing the patches from the link below. Note that you still need to install Python 3.8 and dependencies manually. https://github.com/josStorer/wails/releases/tag/v2.9.2x
28
+
29
+
### Fixes
30
+
- fix the issue of failing to load the state for RWKV7
31
+
- Fix the abnormal behavior when passing a Tool Definition array. This is a frontend only parameter construction issue.
32
+
- fix the issue where the model list did not refresh automatically after downloading the model when using a custom model path
12
33
13
34
Note: If you encounter WebView2 crash issues, please try opening the Windows Settings, click on Apps, search for
14
35
WebView2, click Modify -> Repair to update your WebView2 runtime.
@@ -20,3 +41,4 @@ WebView2, click Modify -> Repair to update your WebView2 runtime.
0 commit comments