I want to upgrade Cuda 10.1 to 10.2, but I am not root user as I am using a client account.
so my only option seems to use conda.
I used this command conda install cudatoolkit=10.2.89
and it installed the packages.
Now if i use again, it indicates that it is already installed. but when i check with
nvcc --version
it says 10.1
is installed.
Here is a screenshot of the problem. I need to install Pytorch but unable to go forward.