linto-ai / whisper-timestamped

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

Deprecation warning #89

Closed aeschylus closed 1 year ago

aeschylus commented 1 year ago

Not a serious issue by any means, but just in case there were a way to suppress the warnings coming from dependencies, I wanted to make a record of it:

 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.

Running the following command:

 whisper_timestamped audio.mp3 --accurate --vad True --model large --language es
Jeronymous commented 1 year ago

Can you try by running whisper instead of whisper_timestamped? I guess the warning is already in there