This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Description
The build instructions for Ubuntu 14.04 don't work as is. Issues I've run into so far:
- PyTorch's setup.py now checks for the
typing
module, so it needs to be added to the list of PyPI packages to install
- The
cmake
package ships CMake 2.8.12, but PyTorch seems to require CMake >= 3.5 to build, so the required package is cmake3
Does caffe2 still officially support Ubuntu 14.04? If not, docs should be changed to indicate that.