You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whisper_cpp=ctypes.CDLL("libwhisper.so")
# Calling any one of the functions errorswhisper_cpp.whisper_init('path/to/model.bin'.encode('utf-8'))
whisper_cpp.whisper_lang_id(b'en`)
Stack trace:
Windows fatal exception: access violation
Current thread 0x00002b30 (most recent call first):
File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line 17 in <module>
Windows fatal exception: access violation
Current thread 0x00002b30 (most recent call first):
File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line 17 in <module>
Windows fatal exception: access violation
Current thread 0x00002b30 (most recent call first):
File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line 17 in <module>
Windows fatal exception: access violation
...
Current thread 0x00002b30 (most recent call first):
File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line 17 in <module>
Windows fatal exception: stack overflow
Current thread 0x00002b30 (most recent call first):
File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line 17 in <module>
Windows fatal exception: access violation
Current thread 0x00002b30 (most recent call first):
File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line 17 in <module>
Windows fatal exception: access violation
Current thread 0x00002b30 (most recent call first):
File "C:\Users\willi\Documents\src\buzz\whispercpp_test.py", line 17 in <module>
The text was updated successfully, but these errors were encountered:
chidiwilliams
changed the title
Error running whisper.cpp shared library on Windows
Access violation exception when running whisper.cpp shared library on Windows
Oct 29, 2022
Compile whisper.cpp with:
Then run:
Stack trace:
The text was updated successfully, but these errors were encountered: