diff --git a/frontend/src/pages/Train.tsx b/frontend/src/pages/Train.tsx index 51b5a3d..b27871e 100644 --- a/frontend/src/pages/Train.tsx +++ b/frontend/src/pages/Train.tsx @@ -342,7 +342,7 @@ const LoraFinetune: FC = observer(() => { }; if (msg === 'wsl is not enabled') { - enableWsl(false); + enableWsl(true); } else if (msg.includes('wsl.state: The system cannot find the file')) { enableWsl(true); } else {