How to use CUDA with PyTorch?

Viewed 32

I have installed torch via pip install torch, but torch.cuda.is_available() provides a response of False. I am using an RTX2060, with the current driver version of 472.19.

Does anyone know how to make CUDA available?

Thank you!

0 Answers
Related