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

I followed the guide here: https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#openvino-support But, after initializing the build folder with `cmake -B build -DWHISPER_OPENVINO=1` I run into this error when I try to `cmake --build build -j...

cc @RyanMetcalfeInt8 Compiled the project with OpenVINO support (SHA-1: 1cf679dec4eca99aeaed4fe09a8092803bdecfc1). Using OpenVino 2023.3.0 It seems to work very nice on CPU and GPU, but on the MeteorLake NPU you get...

When I ran make stream,an error occured as shown in the picture. My OS is Ubuntu16.04.2 and SDL version is 2.0.4. In another OS of CentOs8.0,I download the SDL 2.4...

**Context** From the readme [docker/images sections](https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#images) > Images > We have two Docker images available for this project: > > ghcr.io/ggerganov/whisper.cpp:main: This image includes the main executable file as well...

`fft_out` needs to be twice the `frame_size`, not the `frame_step`. It is resized in `fft()` anyway, but this change prevents an unnecessary reallocation. `n_fft` must match the mel filter size,...

``` src="https://huggingface.co/datasets/ggerganov/whisper.cpp-coreml" pfx="resolve/main/ggml" ``` If this script is still in use, it might need to be maintained. If not, please remove it.

`npx cmake-js compile -T whisper-addon -B Release ` info find VS using VS2022 (17.9.34728.123) found at: info find VS "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" info find VS run with --verbose...

Hey all, I'm trying to build a simple wrapper for whisper.cpp but when linking and compiling it always gives me this error and I have no idea what to do...

Hi! I run Virtual Box on my intel mac. In virtual box I run a debian. Now I tried to make whisper. But it failed. What can I do? ```...

question

Resolve https://github.com/ggerganov/whisper.cpp/issues/2052 by using wide char. By the way, [examples/main.cpp](https://github.com/ggerganov/whisper.cpp/blob/master/examples/main/main.cpp) also have problem when reading model path / wav path from `argv` in `Windows`. Maybe it's due to invalid console...