I have been struggling install CUDA support on WSL Ubuntu. I made it working in Windows first. torch.cuda.is_available() returns true.
but after installing CUDA toolkit for wsl Ubuntu, the same code returns false! I do see some constrains listed in the Nvidia WSL CUDA site( [CUDA on WSL (nvidia.com)] (CUDA on WSL), but not not clear if L40s is supported or not.
can somebody tell me if L40S is supported in WSL Ubuntu under windows server 2022?
if not, is container an alternative solution?
I am using it for Mistral-Finetune package.
Thanks all guys in advance for any hints or tips.