Thanks for the reply!
However, in my case, I don’t have root access. I am wondering if it is possible to still use conda to install pytorch but specify the cudatoolkit
as 9.2.148
?
I tried conda install pytorch torchvision cudatoolkit=9.2 -c pytorch
, but get
>>> torch.version.cuda
'9.0.176'