Update: Torch 2.1.1 seems to be working, however it took some effort. 1) I was accessing my machine
Update: Torch 2.1.1 seems to be working, however it took some effort.
1) I was accessing my machine remotely via RPD. RDP doesn't use the GPU by default. You have to change registry settings to enable the GPU via RDP
2) once the GPU was actually active I had to force reinstall torch and its related packages and then check that Cuda was enabled with the following:
My CPU is much happier now.
1) I was accessing my machine remotely via RPD. RDP doesn't use the GPU by default. You have to change registry settings to enable the GPU via RDP
2) once the GPU was actually active I had to force reinstall torch and its related packages and then check that Cuda was enabled with the following:
python -c "import torch; print(torch.cuda.is_available())"My CPU is much happier now.
