cmake -B build -DCMAKE_BUILD_TYPE=Release \
-DTorch_DIR=/home/works/plyfile/external/libtorch/share/cmake/Torch
cmake --build build -j$(nproc)
rm -rf build
cmake -B build -DCMAKE_BUILD_TYPE=Release \
-DPython_EXECUTABLE=$(which python) \
-DTorch_DIR=$PWD/external/libtorch/share/cmake/Torch \
-Dpybind11_DIR=$PYBIND11_DIR
cmake --build build -j8