Cuda installation in Linux

Viewed 31

I am trying to install PyTorch and Cuda in Linux server I used the command

conda install pytorch torchvision torchaudio cudatoolkit=11.5 -c pytorch -c conda-forge

but as shown on the screenshot Cuda is not installed. I tried several times no use

enter image description here

I tried the commands on the Cuda website but it asks for a password

Can anyone help how to solve this problem?

Thank you

0 Answers
Related