whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
https://github.com/m-bain/whisperX Not sure if someone is interested in porting the new functionality but it looks really good.
Running Whisper inference on Apple Neural Engine (ANE) via Core ML Huge thanks to @wangchou for demonstrating how to use Core ML and making the initial port: https://github.com/ggerganov/whisper.cpp/discussions/548 **WIP IN...
I want to create multistage build with whisper.cpp and go bindinds in my package. Things i've tried: 1. COPY libwhisper.a and whisper.h into docker container and then go build -...
If I pass the file "Chinese audio (中文).mp3" to the windows command line version, it exits with an errors: ``` rem Here main.exe has been renamed to whisper.exe C:\...\whisp>whisper.exe --model...
It would be nice if what is sent to stdout could be also directly saved to a file (e.g. with the same name as the audio file, .out.txt as extension)...
It seems to me that **main.exe** sets no errorlevel when it exits with error. IMHO it should not exit with errorlevel = 0
This adds support within CMakeLists.txt for Linux builds on machines which don't support AVX2. Avoids "Illegal instruction (core dumped)" at runtime.
I'm not familiar with the architecture, would appreciate a quick ELI5 explanation of this - - thanks!
Let's say the checkpoint is from the hugging-face training script. I want to transcribe using one of their checkpoints with this port.