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
I build it with
cmake -B build -G Ninja . -DCMAKE_BUILD_TYPE=Release cmake --build build --config Release --target main
It crash when I check on fresh installed Windows 10 machine. c++ DLLs of msvc installed.
main.exe -m C:\Users\user\AppData\Local\github.com.thewh1teagle.vibe\ggml-tiny-q8_0.bin -f samples_single.wav whisper_init_from_file_with_params_no_state: loading model from 'C:\Users\user\AppData\Local\github.com.thewh1teagle.vibe\ggml-tiny-q8_0.bin' whisper_init_with_params_no_state: use gpu = 1 whisper_init_with_params_no_state: flash attn = 0 whisper_init_with_params_no_state: gpu_device = 0 whisper_init_with_params_no_state: dtw = 0 C:\Users\user\Downloads\bin\bin>
Related: thewh1teagle/vibe#370
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I build it with
It crash when I check on fresh installed Windows 10 machine. c++ DLLs of msvc installed.
Related: thewh1teagle/vibe#370
The text was updated successfully, but these errors were encountered: