SwiftWhisper
SwiftWhisper copied to clipboard
Crash when using Large-v3 model
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.
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.
+1, same assertion with large-v3 in a SwiftUI app. Anyone managed to find a solution?
me too