PyTorch v1.7 - torchvision v0.8.1
$ git clone --branch https://github.com/pytorch/vision torchvision # see below for version of torchvision to download
$ cd torchvision
$ export BUILD_VERSION=0.8.1 # where 0.x.0 is the torchvision version
$ python3 setup.py install --user
1