Build pytorch and caffe2 wheel

I tries to build pytorch wheel for personal usage. as basically my macs have the similar environment, and I can’t build wheel for each mac.

this is what I’m doing now:

  1. using pytorch github, download source code
    $ cd pytorch
    $ python setup.py bdist_wheel

  2. find in dist/, I have torch-0.5.0a0+c8b246a-cp36-cp36m-linux_x86_64.whl. could you confirm it’s the wheel, which could be used for another envrionment?

  3. I’m not sure if caffe2 has already been packaged together with pytorch? could you confirm?

or for caffe2, do I need to build via
$ FULL_CAFFE2=1 python setup_caffe2.py bdist_wheel

Already solve with issue, as mentioned in post