When I use the large-v3 model in my swiftui app, the app crashes. The model is loaded correctly, but then errors with:
Assertion failed: (mel_inp.n_mel == n_mels), function whisper_encode_internal, file whisper.cpp, line 1430.
Everything works as expected with the medium model.