score:0

Installing older torch needs --find-index flag to pip, like torch 1.5 with cuda 10.1:

pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html

Reference:

https://pytorch.org/get-started/previous-versions/