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

Fix windows Unicode model path and characters display #47

Merged
merged 6 commits into from
Nov 4, 2023

Conversation

royshil
Copy link
Collaborator

@royshil royshil commented Oct 29, 2023

on windows unicode paths are common, and whisper fails in loading from them since its expecting char*
this fixes the problem on windows by loading the model to a buffer with any path Unicode included, instead of using the built in Whisper file loaders

Also fixing the vexing UTF8 character bug from Whisper.cpp

@royshil royshil added this to the 0.0.6 milestone Oct 29, 2023
@royshil royshil self-assigned this Oct 29, 2023
@royshil royshil changed the title Fix windows Unicode model path Fix windows Unicode model path and characters display Nov 3, 2023
@royshil royshil merged commit bdb416d into master Nov 4, 2023
6 checks passed
@royshil royshil deleted the roy.fix_win32_unicode_model_path branch November 4, 2023 03:26
This was referenced Nov 4, 2023
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

Successfully merging this pull request may close these issues.

1 participant