whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Port of OpenAI's Whisper model in C/C++

Results 748 whisper.cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

I plan to use whisper.cpp to edit the audio (by selecting the transcribed text) like Descript does, but it's not accurate enough at the moment. For instance, whisper timestamped seems...

## Background #455 added `split_on_word` when `max_len` is set. This prevented single word being split into half while using max-len setting. I think it would be beneficial to have another...

Adds missing AVX512 detection to Makefile and CMakeLists.txt

When running whisper after compiling with `WHISPER_CUDA=1` I get this error. It works fine on the CPU without that env variable. I used `medium-q5_0` that I downloaded using the script...

There is a small bug in the whisper.nvim script where you use the `model` variable to check the existence of the model, but you don't use it in the actual...

This PR does two small things related to `examples/addon.node`: 1) Add a parameter to disable timestamps when using the `addon.node` example; 2) As in `main`, do not compute timestamps when...

This PR aims to solve the problem of distributing a single, highly performant binary executable to x86 target machines by dynamically identifying the available extended instruction sets at runtime. With...

This PR implements optional dynamic CUDA driver loader and static linking against CUDA runtime. As a result CUDA enabled binaries can run without recompilation on systems with or without CUDA...

If true, it folds language-model tokens to lowercase. By default, it's false. This is intended to make grammar matching more predictable, e.g. no need to account for case in the...

I was testing a quantized Whisper Medium model fine-tuned for Portuguese when I noticed the results were odd. ``` !!Estamos aqui para pedir emprestada!! output_txt: saving output to 'medium_q8_0/common_voice_pt_19273358.wav.txt' !!...