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

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

Results 748 whisper.cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

How to use this safetensors model : https://huggingface.co/openai/whisper-large-v3-turbo with whisper.cpp? I tried, without success to convert mode.safetensors to ggml with llama.cpp and got "Model not supported". And following the indications...

when running whisper-server the timestamps are wrong in vtt and srt format, running whisper-cli returns the correct timestamps this is when running on cpu only amd64 linux build examples :...

I have a nvidia 4070 video card with cuda 12.6 installed. I downloaded the latest version of whisper.cpp. Compiled as per the guide. cmake -B build -DGGML_CUDA=1 Error reported Call...

Currently, the [ggml](https://github.com/ggerganov/ggml) source tree is synchronized into the source tree of `whisper.cpp`: https://github.com/ggerganov/whisper.cpp/tree/master/ggml This is not ideal, because the `ggml` source code is duplicated and has to be synchronized...

documentation
build
roadmap

Hello, I'm stuck, so I need some help a little bit. I've compiled on windows 10, using TDM64 (gcc compiler). Btw, I took me a while to force CMake to...

Hello, I'm chasing down a build issue discussed here https://github.com/NixOS/nixpkgs/pull/382394 The example binaries, e.g. `bench` and `cli` seem to be unable to resolve the symbols for CPU feature checks. The...

I have been looking at https://github.com/rhasspy/wyoming-whisper-cpp/ which is used for Home Assistant speech to text. It uses the deprecated `main` binary to pipe audio samples into whisper.cpp. It appears that...

It would be nice to start measuring the word error rate (WER) of `whisper.cpp` across some representative dataset: - short audio - long audio - english - non-english - etc....

help wanted
high priority
research🔬
roadmap

The Emscripten build for the WASM examples hasn't been maintained for a very long time. There are likely regressions that have been introduced that would need to be fixed. Last...

documentation
help wanted
build
roadmap

Hi there, I built whisper.cpp by following the `Quick start` guide on my Mac mini M4 and tested it with the `tiny.en` model. The building process was successful, but when...