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

Hi- im trying to get WASM running on my local machine using the latest code (e70e5c8b53faec6abbf0170f1e9a195f4dfccaab) but when i load the page in my browser, i see this issue in...

build

If Whisper.cpp could be built as a VST, LADSPA, LV2 plugin, it could be used with a wide range of audio tools. Especially useful to create closed captions. Other plugins...

ideas

ref #90 @ggerganov a quick and dirty fix on using previous length's tokens as prompt. Beware that this is the first time I wrote cpp code, but it works -...

In order to be as minimalistic as possible, it would be nice to avoid having [dr_wav.h](https://github.com/ggerganov/whisper.cpp/blob/master/examples/dr_wav.h) in the project. We use it for a very small subset of functionality -...

enhancement
good first issue

For some reason I have been getting the following error when trying to compile whisper for my m1 running Ventura. I think maybe I'm using wrong MacOS-SDK but idk why...

build

First, install MinGW sudo apt install mingw-w64 Then, clone the repository git clone https://github.com/ggerganov/whisper.cpp Then, make the following changes to the files: - In ggml.c line 18 change **#include **...

build

Hi, Nice project! Thanks for your work, I wish I had better hw to make use of it :D I haven't seen anyone mentioning [CLBlast](https://github.com/CNugteren/CLBlast) here? They actually provide a...

ideas

Old CPU has only AVX instructions, no AVX2 and no FMA instructions. So, I added AVX support code to ggml.c, ggml.h and whisper.cpp. I also added 'inline' to ggml_fp16_to_fp32, ggml_fp16_t...

Maybe useful as a build instruction. Currently it builds 2 archs with both enabled. You can configure the matrix, e.g. to build 24 types ``` build: [Debug, RelWithDebInfo, Release] arch:...

Last Whisper.cpp version On Mac M1 Model `ggml-medium.en.bin` Additional parameters: `-t 8 -ml 1` Mono audio file It seems that the model gets _stuck_ in some words and misses the...

enhancement