We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Whisper.cpp fail to load model if it contains Hebrew characters in the path, happens in Rust bindings as well.
thewh1teagle/vibe#42
The text was updated successfully, but these errors were encountered: