whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
Ss
Ss
On a nearly brand-new mac mini M2, I get the following error trying to generate the coreml files. Any ideas / suggestions would be appreciated. ```./generate-coreml-model.sh large /opt/homebrew/lib/python3.11/site-packages/whisper/timing.py:57: NumbaDeprecationWarning: The...
I noticed that the Whisper.cpp project only provides a repository in the form of a Swift Package Manager. I would like to ask if it is possible to release a...
### Discussed in https://github.com/ggerganov/whisper.cpp/discussions/420 Originally posted by **jordibruin** January 17, 2023 First of all, a massive thanks to @ggerganov for making all this! Most of the low level stuff is...
Builds off of #2330 Fixes some issues with go bindings such as: - Links are updated for whisper and ggml - Added OpenMP flag for non apple systems - Updated...
Hi there, I am building and testing Whisper.asm, but it is not working correctly. Even when I set the language, the log shows an error like `unknown language: ',e'`,...
It eventually works if I repeatedly run the same command but there's no obvious pattern, it just silently fails. ``` whisper_init_from_file_with_params_no_state: loading model from 'models/ggml-distil-large-v3.bin' whisper_init_with_params_no_state: use gpu = 1...
When using opencl + openblas I get the following error. If I use only opencl without openblas the error diaspper. ```console cargo test --release --features "opencl,openblas" -- --nocapture warning: profiles...
Hello, we are a bit confused about the function of the `--language` flag. Does it - restrict the transcription to the specified language or - translate whatever language it recognizes...
Seems to be the same issue at: https://github.com/ggerganov/llama.cpp/issues/4208 I CC: clang version 17.0.6 (Red Hat 17.0.6-1.0.1.module+el8.10.0+90260+0be6147c) I CXX: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) I NVCC: Build cuda_12.2.r12.2/compiler.33191640_0 !!!...