Luke Southam

Results 8 comments of Luke Southam

No errors reported from what I can see. Bellow is the full output from npm: ``` npm verb cli [ npm verb cli '/Users/luke/.nvm/versions/node/v14.16.0/bin/node', npm verb cli '/Users/luke/.nvm/versions/node/v14.16.0/bin/npm', npm verb...

@NebilI Did you achieve this in the end? Could you please share the `whisperbind` package?

I ended up exposing the api to python using cython instead as I needed to use it else where in my project anyway. I uploaded the rudimentary implementation of the...

Here is a python package that uses cython to expose the API: https://github.com/o4dev/whispercpp.py It still needs work. The API definitions are there with basic text retrieval exposed in the Whisper...

@ggerganov In my opinion `cython` provides significant benefits over `ctypes`. `ctypes` is nice to do simple things and to quickly get something running. However once you need to start throwing...

Also I'll make a note in an issue to change this over to hugging face. I'm unfortunately pretty busy the next couple weeks so cant guarantee when I will get...

For some reason none of these solutions seem to work now on Windows (both 10 and 11). Every time on multiple machines the Python interpreter exits and shuts down without...

I believe I experienced something similar when linking against libPNG. This is because apple has a custom libPNG implementation that does something weird that valgrind doesn't know how to detect.......