Hi everyone! (And I hope you've been doing well since AIG @ggerganov!!)
I'm running whisper.cpp as a Tauri binary sidecar. This requires that all secondary files in a separate directory in my Tauri app called ./resources.
To run whisper.cpp with Metal, it seems like all ggml-metal.* files need to have the same path as the main whisper.cpp binary. This is incompatible with how Tauri invokes sidecar binaries.
Is that correct? Is there a command line argument that changes this? If not, I'd like to request / contribute to a feature that lets you specify a custom path for your metal files (specifically ggml-metal.h, ggml-metal.m, ggml-metal.metal)