Numba Timing.py Error #1311
-
I am slowly getting Whisper up and running. I have worked through several installation challenges and now I am up this run-time challenge. My code is the simple example:
I have an audio.mp3 file. The fp16=False was added to remediate an error. Now I get this error:
Any help would be appreciated! J |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The numba warning is just a warning (handled in #1233) and probably is not the reason why the process was killed. It's difficult to guess the reason only from
may give a better clue on why it was killed by the OS. |
Beta Was this translation helpful? Give feedback.
The numba warning is just a warning (handled in #1233) and probably is not the reason why the process was killed. It's difficult to guess the reason only from
Killed
in the log, but the process going out of memory is a common reason. Running:may give a better clue on why it was killed by the OS.