Chidi Williams
Chidi Williams
Are there any updates on this? Or workarounds or alternatives? I'm having the same issue.
@MonicaArnaud I set up mine using CMake with the CMake and CMake Tools extensions on VSCode (https://code.visualstudio.com/docs/cpp/cmake-linux)
I seem to be having some trouble making a shared lib on Windows (https://github.com/ggerganov/whisper.cpp/issues/9#issuecomment-1272555209 works great on UNIX). Using: ``` gcc -O3 -std=c11 -pthread -mavx -mavx2 -mfma -mf16c -fPIC -c...
@ggerganov thanks for all your help so far. I seem to be having an issue with the Python binding (similar to one you posted, not Windows). ```py class WhisperFullParams(ctypes.Structure): _fields_...
Of course. Thanks a lot!
> This project has support for the MSVC compiler, so you are able to compile it with Visual Studio. You should use the 2017-2022 versions to ensure compatibility. The "Desktop...
Is anyone able to build as shared library on Windows? I get the following error when calling from Python: ```py Current thread 0x0000434c (most recent call first): File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line...
I use ctypes to generate Python bindings and can attest that it works fine: https://github.com/chidiwilliams/buzz/blob/a1b90971337980d4b88aa62be0de1d3658225109/Makefile#L77-L78
Does it work well when you select the 'Detect Language' option?
Fix should be out later this week.