-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can exo link Windows? #668
Comments
here is a completely unsupported windows install script. `@echo off if "%choice%"=="1" goto install_wsl :install_wsl echo Checking WSL2 default version... echo Checking if Ubuntu is installed... echo Configuring .wslconfig file... echo Checking firewall rules... powershell -Command "Get-NetFirewallRule -DisplayName 'Allow WSL Python'" >nul 2>&1 echo WSL installation and configuration complete! :install_exo echo Starting Exo with GPU support... pause :install_pytorch echo Uninstalling existing PyTorch versions... echo Installing PyTorch with CUDA... echo Verifying PyTorch installation... pause :fix_gpu echo Checking if NVIDIA drivers are installed... pause :shutdown_wsl pause |
still crashes when i try to prompt it |
I think there are a few mistakes involved in following those instructions but then again I'm a novice. Correct me if I'm wrong, I'm just discovering things as I go along in the great AI adventure... You don't want to install another nvidia driver into wsl. The nvidia driver installed in windows is what does the job. You do install the cuda toolkit for wsl and cudnn for wsl though. You'll will also need to add the path to cuda to the bashrc file. Hope that helps a fellow traveller. BTW I think the inference engine = tinygrad rather than nvidia??? I want to thank the people developing this concept/code. I hope it will continue to be improved. |
No description provided.
The text was updated successfully, but these errors were encountered: