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

`./main -h` says that translation to English is off by default: ``` -tr, --translate [false ] translate from source language to english ... -l LANG, --language LANG [en ] spoken...

In file included from /usr/lib/gcc/x86_64-linux-gnu/11/include/immintrin.h:99, from ggml.c:189: ggml.c: In function ‘ggml_vec_dot_q4_0_q8_0’: /usr/lib/gcc/x86_64-linux-gnu/11/include/fmaintrin.h:63:1: error: inlining failed in call to ‘always_inline’ ‘_mm256_fmadd_ps’: target specific option mismatch 63 | _mm256_fmadd_ps (__m256 __A, __m256...

In the main README, there is a "supported platforms" section with a link to the [Java bindings](https://github.com/ggerganov/whisper.cpp/blob/master/bindings/java/README.md). But further in the doc, in the [Bindings](https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#bindings) section, there is a link...

I want to install whisper cpp on docker ubuntu that running on top of a mac mini m4. Command log: ``` cmake -B build CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):...

I am running into a host of errors trying to set up the CoreML support on Mac using the instructions in the readme. I am using an M1 Pro machine...

i can able to run your example and now i want to build new app separately like using buinding or something but in buindings redme dosent specify any detailed step...

Hello, i compiled whisper.cpp with vulkan gpu support on my android phone via termux (android terminal emulator) and i get an error saying that my device does not support 16...

While runnig the example as per the steps mentioned in the readme.md file the project is not running. There are basically 2 errors 1. The CROS permission issue solved this...

Good day, I want to create a project on mac os for transcribing video files. After building the project, I take the bin folder and transfer it to my project,...

When I use a model to run on iOS, the app's memory usage becomes as large as expected. For an app that needs to run for a long time, a...