whisper-cpp-python icon indicating copy to clipboard operation
whisper-cpp-python copied to clipboard

whisper.cpp bindings for python

Results 11 whisper-cpp-python issues
Sort by recently updated
recently updated
newest added

I have M3 Max, and whisper-cpp-python doesn't seem to use the core ml feature. If I use whisper-cpp-python and the medium model to transcribe an audio file that's 3 minutes...

running this: python -m whisper_cpp_python.server --model models/ggml-tiny.bin causes this: Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code...

Hi, I installed whisper-cpp-python using: ``` pip install "whisper-cpp-python[server]" ``` However when I run: ``` python3 -m whisper_cpp_python.server --model models/ggml-tiny.bin ``` I receive: ``` Traceback (most recent call last): File...

``` GGML_ASSERT: /private/var/folders/q9/ms4_8l4970q525dlsjp_b9n0x6l4j9/T/pip-install-jqga24o3/whisper-cpp-python_e0149178a136485cadb677b46e61e602/vendor/whisper.cpp/ggml.c:4288: wtype != GGML_TYPE_COUNT ``` Facing Above Exception When loading Quantized Whisper Model Python Version : Python 3.9.6 whisper_cpp_python version : 0.2.0 Macbook M1 Pro Model used :...

Fix from https://github.com/carloscdias/whisper-cpp-python/issues/9 Basically on macOS we were trying to load the wrong file 😊

Thank you for your wonderful work~!!!! This is really remarkable. But I got a problem, I wanna set the max_len = 1 to get word timing, so I fork the...

This would be great if so, thanks for considering!!

As far as I understand we can only give file paths to the `transcribe` function. It would be super nice if we could avoid writing to the disk. E.g.: a...

do you plan to make available the realtime on the server? using sockets