报错:
PS D:\> whisper.exe .\dz.wav --language en --model medium
C:\xxPython310\lib\site-packages\whisper\transcribe.py:114: UserWarning: FP16 is not supported on CPU; using FP32 instead
warnings.warn("FP16 is not supported on CPU; using FP32 instead")
这个报错说的是whisper要使用cpu,而你音频是fp16的,cpu不支持。
要点在于如何解决为什么whisper没使用GPU
应该是搞别的时候把torch给搞成cpu版本的了。
解决方法
文章来源:https://www.toymoban.com/news/detail-578152.html
按照这个方式在装一下就好了
https://pytorch.org/文章来源地址https://www.toymoban.com/news/detail-578152.html
到了这里,关于whisper报错:UserWarning: FP16 is not supported on CPU; using FP32 instead的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!