When running the whisper.swiftui example, compiled in XCode, transcription fails with the following log:
About to run whisper_full
whisper_full_with_state: failed to encode
Failed to run the model
This is using the ggml-base.en.bin model. The whisper.objc sample run on the same machine with the same model works fine.
Tested on a MBP M1 16GB.