whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Port of OpenAI's Whisper model in C/C++

Results 525 whisper.cpp issues
Sort by recently updated
recently updated
newest added

Hello, I'm having a weird problem, I'm using Visual Studio 2022 community edition, on windows 10, and I'm getting a seg fault on different places (both in whisper.dll) running the...

This is a strange behaviour i have noticed and wondered if anyone else who has been using whisper.cpp and coreml on iOS has experienced it. The Swift UI app works...

Hi All, Thank you for this wonderful repo, really amazing job and a great contribution to the ML community! I'm willing to deploy `whisper.cpp` to Amazon Sagemaker, what are the...

I used latest **commit**: [bf2449d](https://github.com/ggerganov/whisper.cpp/commit/bf2449dfae35a46b2cd92ab22661ce81a48d4993) with model: ggml-small.bin by executing **command**, $> bin/main -m ../models/ggml-small.bin ~/tmp/wrongResultWithWhisper.wav in macOS. Output has many **duplicate words** as below, [00:00:33.000 --> 00:00:44.000] To this...

See #612 - the error seems to be prevalent when using a CoreML model. Rebuilding without CoreML resolves the issue

Which file should be used for mac m1? And where should it be saved ?

Hello, thank you very much for whisper.cpp! While trying out a fine-tuned model with whisper.cpp (specifically, [whisper-hindi-large-v2](https://huggingface.co/vasista22/whisper-hindi-large-v2)), I noted poor performance on [a particular audio](https://drive.google.com/file/d/1pCnG_xOMyq489raa_gqTQPLzWkWoofns/view?usp=drive_link) with whisper.cpp compared to using...

Running the sample wav file with a grammar gives no change in the output compared to without the grammar. I'm purposefully not giving any prompt because I want to see...

Hi @ggerganov! Thank you for the amazing work here! I have an issue with the "stream" example. **Environment:** Windows 11 **Make version:** GNU Make 4.4.1 **SDL2:** SDL2-devel-2.28.5-mingw **Commit:** v1.6.0 I...

My command to run ```` talk-llama.exe -mw ggml-large-v3.bin -ml marcoroni-7b-v3.Q8_0.gguf -s speak.bat ```` Added speak.bat and speak.ps1 to the root folder speak.bat ```` @powershell -ExecutionPolicy Bypass -F speak.ps1 %1 %2...

bug
enhancement