Install libtorch
pytorch' is formly named
libtorch`
brew install pytorch
You might need to unlink fmt
brew unlink fmt
Install cmake
brew install cmake
Including libtorch
head file
#include <torch/torch.h>
mkdir build
cd $_
cmake ..
make
Install libtorch
pytorch' is formly named
libtorch`
brew install pytorch
You might need to unlink fmt
brew unlink fmt
Install cmake
brew install cmake
Including libtorch
head file
#include <torch/torch.h>
mkdir build
cd $_
cmake ..
make