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

Main.exe fails with bad array length ![bad_array](https://user-images.githubusercontent.com/1998286/200905305-35c906f0-b172-42e4-80d3-2e5c14ca86c3.png) Fails stack below GCC -I. -O3 -std=c11 -mfma -mf16c -mavx -mavx2 -c ggml.c -o ggml.o g++ -I. -I./examples -O3 -std=c++11 -c whisper.cpp -o...

build

Thought you would find interesting: https://twitter.com/martin_gorner/status/1590339322992959488 Wonder if applicable to whisper, since currently use Greedy

enhancement

Hi,ggerganov: In this time,you already done with 【AVX intrinsics support & F16 & OpenBlas】,I don't know how to accelerate the calculation in other way, can you give some advise,thx! ex:...

question

This is quick and dirty implementation of GPU support for Apple hardware using [Metal Performance Shaders](https://developer.apple.com/documentation/metalperformanceshaders?language=objc). It demonstrates how part of the feed forward layer in the encoder can be...

Some unsuccessful experiments with audio embedding clustering Tried to apply C-means fuzzy clustering on: - embeddings after the initial convolution in the encoder - self KV embeddings from each encoder...

Similar to [ggwave](https://github.com/ggerganov/ggwave/tree/master/bindings/javascript)

enhancement
build
low priority

# Encoder Collection of [bench](https://github.com/ggerganov/whisper.cpp/tree/master/examples/bench) results for various platforms and devices. If you want to submit info about your device, simply run the [bench](https://github.com/ggerganov/whisper.cpp/tree/master/examples/bench) tool or the [extra/bench-all.sh](https://github.com/ggerganov/whisper.cpp/blob/master/extra/bench-all.sh) and report...

performance

e.g. https://github.com/MiscellaneousStuff/openai-whisper-cpu

enhancement
low priority

I would love to add initial prompts to increase the accuracy of the transcription based on this: https://github.com/openai/whisper/discussions/66 How do I go about implement it here? Many thanks!

enhancement
good first issue

Hi, I'm not so much into the details of whisper or whisper.cpp and I don't know if it is currently even possible with the foundation, but it would be nice...

enhancement
low priority