We now detect that special path too, so that OneTrainer's WSL users will automatically receive the NVIDIA CUDA dependencies.
This patch also removes the old "nvcc" check, which wasn't helpful, since it's not installed by default in NVIDIA drivers, and some people might have the CUDA SDK installed for software building purposes without having an NVIDIA GPU themselves.
NVIDIA uses a non-standard path for their WSL driver, which is documented here:
https://docs.nvidia.com/cuda/wsl-user-guide/
We now detect that special path too, so that OneTrainer's WSL users will automatically receive the NVIDIA CUDA dependencies.
This patch also removes the old "nvcc" check, which wasn't helpful, since it's not installed by default in NVIDIA drivers, and some people might have the CUDA SDK installed for software building purposes without having an NVIDIA GPU themselves.