How to install v0.4.0 on python-2.7.14?

Hi all,

I try to install v0.4.0 for python-2.7.14 on linux.
My site does not have external network. So I have to build with source compiling.

Does anybody know how to install v0.4.0 for python-2.7.14?

Thanks,
KMLee

Follow the instructions here: https://github.com/pytorch/pytorch#from-source

You’ll need to download some additional things, though, in addition to the pytorch source code.

I installed pytorch-master.

Thank you.