Building pytorch wheel with cmake

Hi,

For some reasons I can only use cmake to build pytorch source

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="$HOME/pytorch_build
make -j4 && make install

However, I didn’t see any wheel or any pytorch python interface in the build directory, only libtorch_python.so and python3.7/caffe2 seems related to python.

any idea?