A RWKV management and startup tool, full automation, only 8MB. And provides an interface compatible with the OpenAI API. RWKV is a large language model that is fully open source and available for commercial use.
Go to file
2023-05-23 18:09:25 +08:00
.vscode SwitchModelBody.customCuda 2023-05-23 11:51:43 +08:00
backend-golang fix CopyFile api 2023-05-23 14:36:24 +08:00
backend-python delete cache before updating 2023-05-23 12:37:13 +08:00
build update 2023-05-04 23:55:24 +08:00
frontend fix CopyFile api 2023-05-23 14:36:24 +08:00
.gitignore fixed torch version; CUDA acceleration utils 2023-05-23 11:19:39 +08:00
exportModelsJson.js update manifest.json 2023-05-07 16:09:16 +08:00
go.mod update 2023-05-17 23:27:52 +08:00
go.sum update 2023-05-17 23:27:52 +08:00
LICENSE navigate card 2023-05-05 13:41:54 +08:00
main.go update 2023-05-13 20:15:18 +08:00
Makefile update 2023-05-17 21:20:41 +08:00
manifest.json update about 2023-05-23 18:09:25 +08:00
README_ZH.md update readme 2023-05-23 16:45:53 +08:00
README.md update readme 2023-05-23 16:45:53 +08:00
wails.json init 2023-05-03 23:38:54 +08:00

RWKV Runner

This project aims to eliminate the barriers of using large language models by automating everything for you. All you need is a lightweight executable program of just a few megabytes. Additionally, this project provides an interface compatible with the OpenAI API, which means that every ChatGPT client is an RWKV client.

license release

English | 简体中文

Preview | Download

Features

  • RWKV model management and one-click startup
  • Fully compatible with the OpenAI API, making every ChatGPT client an RWKV client. After starting the model, open http://127.0.0.1:8000/docs to view more details.
  • Automatic dependency installation, requiring only a lightweight executable program
  • User-friendly chat interaction interface included
  • Easy-to-understand and operate parameter configuration
  • Built-in model conversion tool
  • Built-in download management and remote model inspection
  • Multilingual localization
  • Theme switching
  • Automatic updates

Todo

  • Model training functionality
  • CUDA operator int8 acceleration
  • macOS support
  • Linux support

Preview

Homepage

image

Chat

image

Configuration

image

Model Management

image

Download Management

image

Settings

image