whisper.cpp
whisper.cpp copied to clipboard
CoreML Build the executable file and libraries in one folder.
Good day, I want to create a project on mac os for transcribing video files. After building the project, I take the bin folder and transfer it to my project, but when I run it, I get an error
Library not loaded: @rpath/libwhisper.1.dylib
How can I make libwhisper.1.dylib run from the folder where main is?