🐍Install Pytorch on a GPU Server (unfinished)
Again, this is Harry. In this part, I'm going to talk about how to install torch 1.10.1 with CUDA 11.3 on Linux.
Prerequisites
Python
pip
nvidia-smi (use
sudo apt install nvidia-utils-510
to install)
Instructions
References:
In Chinese: 一文讲清楚CUDA、CUDA toolkit、CUDNN、NVCC关系
In English: How to Install PyTorch on Ubuntu 22.04
Last updated