add rwkv-cuda-beta support (faster)
This commit is contained in:
4
frontend/wailsjs/go/backend_golang/App.js
generated
4
frontend/wailsjs/go/backend_golang/App.js
generated
@@ -90,8 +90,8 @@ export function SaveJson(arg1, arg2) {
|
||||
return window['go']['backend_golang']['App']['SaveJson'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function StartServer(arg1, arg2, arg3) {
|
||||
return window['go']['backend_golang']['App']['StartServer'](arg1, arg2, arg3);
|
||||
export function StartServer(arg1, arg2, arg3, arg4) {
|
||||
return window['go']['backend_golang']['App']['StartServer'](arg1, arg2, arg3, arg4);
|
||||
}
|
||||
|
||||
export function UpdateApp(arg1) {
|
||||
|
||||
Reference in New Issue
Block a user