Open xAlpacas opened 1 year ago
Temporary solution: execute train.py (https://github.com/josStorer/RWKV-Runner/blob/master/finetune/lora/train.py)
What time will this problem be resolved? I have used 1.6.8 version for a long time, but the problem still exists.
What time will this problem be resolved? I have used 1.6.8 version for a long time, but the problem still exists. Take a look at RWKV-Runner/backend-golang/wsl_unix.go
func (a *App) WslStart() error { return errors.New("wsl not supported") }
func (a *App) WslCommand(command string) error { return errors.New("wsl not supported") }
Summary: Inability to Train Models Using Wails App Due to Unnecessary WSL Requirement on Ubuntu
Steps to Reproduce:
Expected Behavior: I anticipated a smooth training process without encountering conflicts. Furthermore, I expected the Train.tsx file to function properly without any reliance on WSL-related functions.
Actual Behavior: Unfortunately, the training process does not even initiate, and a "WSL not supported" pop-up message appears when I click the Train button.
Additional Information: I am currently using Ubuntu and not on Windows. As such, I do not believe that WSL is necessary for this particular process.
Environment:
Screenshot