-
Notifications
You must be signed in to change notification settings - Fork 43
Potential UTF-8 / Latin-1 regression #60
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
Comments
Uninstalled pywhispercpp I installed from git and re-installed from pip, and the regression is gone, but so is CoreML. Also CoreML is a lot slower than CPU inference on M1 Pro in macOS Sequoia. |
@abdeladim-s Wanna follow up on this? or should I consider it a one off? |
@UsernamesLame, I though you were following in #59, the issue was that the dylib files were not included in the wheel. |
I had the same issue when running whispercpp command directly with python before and think it is better to have pywhispercpp to return raw bytes and do the byte conversion to string on python instead, which you can replace the invalid unicode with python, created an issue and a potential PR for this here #92 |
Uh oh!
There was an error while loading. Please reload this page.
I think we have a regression!
Originally posted in #59 (comment)
Just generating a separate issue so we don't disrupt that thread. @abdeladim-s I'm assuming this has something to do with dropping pydub. Are we not normalizing values anymore?
The text was updated successfully, but these errors were encountered: