How to get rid of annoying warning messages from output #1960
-
Hi, I installed whisper following the simple
Any ideas on how to get rid of the warnings please? |
Beta Was this translation helpful? Give feedback.
Answered by
starlord-daniel
Jan 17, 2024
Replies: 1 comment 1 reply
-
Hi @mik3ola, to remove the warnings, use model.transcribe(test_filepath, fp16=False) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mik3ola
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mik3ola, to remove the warnings, use
fp16=False
in the transcribe call, like this: