About the issue install nn_tilde
Hello
I am wondering if anyone here has installed nn_tilde successfully with the Mac intel core. I have faced lots of errors in this command
cmake ../src/ -DCMAKE_PREFIX_PATH=/path/to/libtorch -DCMAKE_BUILD_TYPE=Release
, and cannot create any .mxo files. The main issue is below
CMake Error at ../cmake/mkl/MKLConfig.cmake:716 (add_library):
add_library cannot create imported target "MKL::MKL" because another target
with the same name already exists.
Call Stack (most recent call first):
../libtorch/share/cmake/Caffe2/public/mkl.cmake:1 (find_package)
../libtorch/share/cmake/Caffe2/Caffe2Config.cmake:103 (include)
../libtorch/share/cmake/libtorch/share/cmake/Torch/TorchConfig.cmake:68 (find_package)
frontend/maxmsp/mcs.nn_tilde/CMakeLists.txt:18 (find_package)
sometimes the existing libs likeTorchConfig.cmake and related files cannot be found for the command.
Meanwhile, while I tried to copy past the mxo files from Pre-built binaries to the nn_tilde code package, and create an external folder. The nn~ works but other functions don't work.

Looking for any solutions to work the function perfectly!
Thank you :)
there's no need to build from source, just install the release version for your OS and architecture - https://github.com/acids-ircam/nn_tilde/releases/tag/v1.4.3
you can drag the nn_tilde folder into your Documents/Max 8/Packages folder
I believe you also need to download the "wheel" model for the help patcher to work. You can use the basic tab of the help patch, or paste the URL into your browser: https://nubo.ircam.fr/index.php/s/KdG9Gim46qLnZeL/download
As Rob says, make sure the nn_tilde folder and the wheel.ts file are in your Max search path.
Thank you all! It works well while I double-check the whole process which is as follows,
1. Install the release version - check the core
2. Drag to Documents/Max 8/Packages
3. Open the help file and click the bang button
4. Check if the wheel model is complete downloaded
5. Close the Patcher and open it again
Hi this seems not to work anymore. I tried to download the wheel.ts and it downloads a 25k file that does not work. I also tried to click on the link provide above and get the message that the page does not exist. Any idea of where could I fetch the wheel.ts model to make the help file work?
Cheers!