You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the large-v3 model in my swiftui app. same Error: Assertion failed: (mel_inp.n_mel == n_mels), function whisper_encode_internal, file whisper.cpp, line 1430.
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.
The text was updated successfully, but these errors were encountered: