Where to download pytorch=0.2.0_4

I specifically need pytorch=0.2.0_4 to test a project built on this version (https://github.com/oawiles/X2Face) but can’t find this anywhere on https://pytorch.org/get-started/previous-versions/, nor does conda install pytorch=0.2.0_4 work. Is there any way I can install this specific version?

Hi,

You have both linux and mac binaries for 0.2.0 in the previous versions page you linked (with cuda 7.5 and 8 which were the versions in use at that time).
There is a single 0.2 release, you can ignore the _4.

To be sure I am downloading a valid version then - could I try both, for example, “cu80/torch-0.2.0.post2-cp36-cp36m-manylinux1_x86_64.whl” or “cu80/torch-0.2.0.post3-cp36-cp36m-manylinux1_x86_64.whl”?

There will be no breaking changes between these versions, mostly bugfixes so any should work.
Be aware though that it is a really old version and contains many bugs that have been solved since.