Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when using Large-v3 model #37

Open
r-huijts opened this issue Mar 4, 2024 · 1 comment
Open

Crash when using Large-v3 model #37

r-huijts opened this issue Mar 4, 2024 · 1 comment

Comments

@r-huijts
Copy link

r-huijts commented Mar 4, 2024

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.

@chen-bao-x
Copy link

chen-bao-x commented Jul 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants