linto-ai / whisper-timestamped

Multilingual Automatic Speech Recognition with word-level timestamps and confidence
GNU Affero General Public License v3.0
1.87k stars 150 forks source link

NumbaDeprecationWarning #114

Closed xjq284 closed 10 months ago

xjq284 commented 1 year ago

whisper/timing.py:58: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details. def backtrace(trace: np.ndarray):

Jeronymous commented 10 months ago

This warning is not caused because of whisper-timestamped. Maybe because of openai-whisper. Maybe because of some particular installation settings.