Bleeding-edge wheel files?

Hello,

I’m trying to build pytorch from source on Linux in order to use fairseq-py, but I can’t find a compiler which works (gcc 7 fails immediately, gcc 4.8 fails due to an unsupported command line option, and gcc 6 fails with “wrong number of template arguments” after a long while).

But I’m thinking, there has to be someone else out there who got this working, and has a wheel file. Presumably they’re even building these wheel files as part of CI at facebook (right?). Can anyone link me to a wheel file for a cuda-9.1, python 3.6 pytorch version that fairseq-py can use?

we have nightly builds available in conda now (and wheel soon).

Conda:

conda install pytorch-nightly -c pytorch
2 Likes