-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 |
No description provided.
The text was updated successfully, but these errors were encountered: