whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

CoreML Build the executable file and libraries in one folder.

Open shell1986 opened this issue 11 months ago • 1 comments

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?

shell1986 avatar Dec 15 '24 08:12 shell1986