How to install PyTorch 1.5 (conda & pip) - VarHowto
varhowto.com › install-pytorch-1-5Oct 23, 2020 · Run conda install and specify PyTorch version 1.5.1. There is only one command to install PyTorch 1.5.1 on macOS: conda install pytorch==1.5.1 torchvision==0.6.1 -c pytorch [For pip] Run pip3 install by specifying version with -f. CUDA 10.2: pip install torch==1.5.1 torchvision==0.6.1 CUDA 10.1: pip3 install torch==1.5.1 torchvision==0.6.1 -f https://download.pytorch.org/whl/cu101/torch_stable.html CUDA 10.0 is not officially supported by PyTorch 1.5, you have to install CUDA 10.2 or CUDA 10.1.