🐍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:

Last updated