Hello
I have done all the processes to install the nn~ several times., including the following steps written on GitHub. However, the .mxo file still wasn’t created while I went through all the steps. Any ideas to solve the issue ??? I will appreciate it.
The install steps wirtten on github
macOS
Pre-built binaries are available in the release section of this repo.
- Download the latest libtorch (CPU) here and unzip it to a known directory
- Run the following commands:
git clone https://github.com/acids-ircam/nn_tilde --recursive
cd nn_tilde
mkdir build
cd build
cmake ../src/ -DCMAKE_PREFIX_PATH=/path/to/libtorch -DCMAKE_BUILD_TYPE=Release
make