whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
Also, this works in the begging of the file, but in the middle I get repeated tokens sometimes and time timestamp keeps on advancing: [00:22:16.000 --> 00:22:18.000] Because you really...
First, thanks a lot for this wonderful project and all the effort you are putting into it. I would like to know if adding support for beam search decoding is...
It does not help. Keeping this for future references
I've added some bindings for golang here. They are pretty basic but I've tested on Darwin x64_86 and Debian arm64. There is one example (go-whisper) for the most basic case...
ref #278 #133 #172 #255 #270 WIP in progress The goal of this PR is to reach OpenAI decoding parity and potentially go beyond There are several ideas for improving...
I am using a virtualized hardware environment not avx support cat /proc/cpuinfo processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : QEMU Virtual...
Mostly nit stuff that clang catches when compiling with -Wall -Wextra -pedantic. - Fix comparison between sign/unsigned integers. - Passes a constant reference (const&) instead of copying each time.
Running `make examples` after cloning the repository gives the following error: ``` ... [100%] Built target whisper gmake[3]: Leaving directory '/tmp/exp/whisper.cpp/bindings/go/build' gmake[2]: Leaving directory '/tmp/exp/whisper.cpp/bindings/go/build' gmake[1]: Leaving directory '/tmp/exp/whisper.cpp/bindings/go/build' Build...
Try to make a very basic watchOS example app and see if we can run at least the tiny model efficiently. The [iOS example](https://github.com/ggerganov/whisper.cpp/discussions/97) could be a good starting point....
Per #10, >Noting that the processing time is considerably shorter than the length of speech, Yet even using 64 threads, it's taking days to process minutes of audio on my...