I want to use GPU-enabled Pytorch on wsl 1, thus I need to install Cuda first. However, all of the information I saw online address installing Cuda on WSL 2 rather than WSL 1 (I don’t have the most recent Windows version to get WSL2).
If I can set up cuda on wsl1 should I just follow the same tutorials (Newbie here) ?
If I can’t and I install cuda on windows how can I access cuda binaries from wsl 1 (so I can utilize GPU with Pytorch on wsl 1) ?
Thank you in advance !