whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
Embedding metal library was broken due to including external header file. This PR fixes this by generating temporary Metal library source with the external header file inlined.
I've tried the instructions in https://github.com/ggerganov/whisper.cpp/tree/ac283dbce7d42735e3ed985329037bf23fe180aa/examples/whisper.android ``` # In path/to/CLBlast (we assume OpenCL-Headers relative location) $ANDROID_SDK_PATH/cmake/3.22.1/bin/cmake .. \ -DCMAKE_SYSTEM_NAME=Android \ -DCMAKE_SYSTEM_VERSION=33 \ -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \ -DCMAKE_ANDROID_NDK=$ANDROID_NDK_PATH \ -DCMAKE_ANDROID_STL_TYPE=c++_static \ -DOPENCL_ROOT=$(readlink -f...
I get the following error when trying to generate the large-v3 quantized coreml model: ``` $ ./models/generate-coreml-model.sh large-v3-q5_0 scikit-learn version 1.3.0 is not supported. Minimum required version: 0.17. Maximum required...
Can someone help me with this i installed pulseaudio im not sure i did it correct but im running linux through windows and this the error i get everytime i...
When running the latest code, I get : whisper_backend_init: ggml_backend_metal_init() failed whisper_model_load: CPU total size = 487.01 MB whisper_model_load: model size = 487.01 MB whisper_backend_init: using Metal backend ggml_metal_init: allocating...
Demo for Android capable of streaming audio in X second sizes. If anyone has any better ideas for handling the audio buffer on android let me know please! Currently if...
Might be related to #1852. Taken inspiration from the dockerfile in .devops I've been running in nvidia containers with same host environment, toolkit installed and running with the same main...
Hi I'm pretty new to AI stuff. I built the whisper.cpp with cublas flag enabled to generate a dynamic library (.dll) that my application can use. My plan is to...