-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
models : Fix n_mel
mismatch in convert-whisper-to-coreml.py
#1457
Conversation
after that I have some errors in other files, and also sample transcoding give strange result. converting:
and test:
I also try convert:
and test:
|
Yes, it looks like the whisper.cpp/coreml/whisper-encoder.mm Lines 49 to 60 in baeb733
|
#1458 - this working for me. |
Because
whisper-large-v3
usesn_mel=128
, we cannot hardcode theinput_shape = (1, 80, 3000)
into the script.