PyTorch + CPU (Not CUDA) 1. PIP [ Windows ] 1.1 Stable(1.9.0) pip3 install torch torchvision torchaudio 1.2 LTS(1.8.1) pip3 install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio===0.8.1 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html [ Linux ] 1.1 Stable(1.9.0) pip3 install torch==1.9.0+cpu torchvision==0.10.0+cpu torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable..