Linux binaries of version 0.4.0 for cuda90 missing

I require the cuda90 cp36 build of pytorch version 0.4.0 and I am unable to find it in pytorch previous versions. Could anyone help me finding it ?

pip install torch==0.4.0 -f https://download.pytorch.org/whl/cu90/stable works for me. If this gives you an error that means that no binary exist for your version of python which is possible as we did not have that many builds back then.

Thanks a lot it is working for me.

1 Like