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

Fixed loading model from path with non-English letters #98

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

Macoron
Copy link
Owner

@Macoron Macoron commented Aug 25, 2024

Fix #91, fix #97.

Original whisper_init_from_file_with_params was causing problems for non-English paths to model weights. I replaced it with C# File.ReadAllBytes function which supports Unicode paths.

@Macoron Macoron changed the title Depricate read from file Fixed loading model from path with non-English letters Aug 25, 2024
@Macoron Macoron merged commit 2754062 into master Aug 25, 2024
1 check passed
@Macoron Macoron deleted the depricate-read-from-file branch August 25, 2024 20:45
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.

How to try samples Usage of the cyrillic chars in a model path
1 participant