whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
Oops, looks like there was no default encoding here! Fixed for users where UTF-8 is not the default locale.
A `--version` command line option to get the current release version would be nice!
In order to allow other applications to read the result, it would be a nice idea to have also the option to produce a JSON file: Sample: ``` { "systeminfo":...
It sometimes happpens that output looks like below. For some reason it stops transcribing and just repeats last part for 14 minutes, in this case. Any idea what can cause...
Closes #614
Currently, `ggml.c` and `ggml.h` are maintained as separate files in both whisper.cpp and llama.cpp. This pull request adds the ggml project as a submodule to whisper.cpp, allowing ggml development to...
Hello! Very nice project and port. I am wondering, using an i7-6700 or even older CPU, is there possibility to get near realtime transcription? (At least as long to compute...
I have a fast iMac, not an M1, but a new fast one, and the MacWhisper Pro is so slow to even start showing downloading progress, I have to give...
I tried to run medium whisper fine-tuned models. 1. The standard open-ai models are fast. (infer in half the audio file time, 16threads, 1porcess) 2. Even the standard Hugging Face...
Hi, I would love to use this model https://huggingface.co/pere/whisper-NST2. I tried point it at the pytorch_model.bin file, but I receive an error: Traceback (most recent call last): File "convert-pt-to-ggml.py", line...