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

Model fail to load if path contains Hebrew characters #2052

Closed
thewh1teagle opened this issue Apr 14, 2024 · 0 comments · Fixed by #2086
Closed

Model fail to load if path contains Hebrew characters #2052

thewh1teagle opened this issue Apr 14, 2024 · 0 comments · Fixed by #2086

Comments

@thewh1teagle
Copy link
Contributor

Whisper.cpp fail to load model if it contains Hebrew characters in the path, happens in Rust bindings as well.

$ main.exe -m ggml-medium.bin -f single_speaker.wav
$ echo %errorlevel% // 0, success...
$ move ggml-medium.bin "ggml-medium-בדיקה.bin"
$ main.exe -m "ggml-medium-בדיקה.bin" single_speaker.wav
whisper_init_from_file_with_params_no_state: loading model from 'ggml-medium-?????.bin'
whisper_init_from_file_with_params_no_state: failed to open 'ggml-medium-?????.bin'
error: failed to initialize whisper context
echo %errorlevel% // 3, fail...

thewh1teagle/vibe#42

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 a pull request may close this issue.

1 participant