Answer the question
In order to leave comments, you need to log in
How to install Pytorch for CUDA?
Requires installing Pytorch for CUDA.
Now when I call the commands, the output is:
$ cat /usr/local/cuda/version.txt
CUDA Version 10.0.130
$ nvcc --version | grep "release" | awk '{print $6}' | cut -c2-
9.1.85
$ python
>>> import torch
>>> torch.cuda.is_available()
False
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question