小弟的potplayer装了Faster-Whisper-XXL及large-v3-turbo,前段时间可以实现有声字幕实时翻译成中文字幕,但这两天一直显示这样的代码: 
---------------------------------------------------------- 
字幕由 Whisper AI 创建。 
PotPlayer 不参与 Whisper AI 转换。 
因此,如果翻译错误或结果异常, 
请联系引擎开发人员。 
---------------------------------------------------------- 
开始转换 
---------------------------------------------------------- 
Standalone Faster-Whisper-XXL r239.1 running on: CPU 
Note: 'large-v3' model may produce worse results than 'large-v2'! 
Traceback (most recent call last): 
File "D:\whisper-fast-XXL\__main__.py", line 2084, in <module> 
File "D:\whisper-fast-XXL\__main__.py", line 1841, in cli 
File "faster_whisper\transcribe.py", line 781, in __init__ 
ValueError: Requested float16 compute type, but the target device or backend do not support efficient float16 computation. 
[PYI-6184:ERROR] Failed to execute script '__main__' due to unhandled exception! 
---------------------------------------------------------- 
转换完成 
---------------------------------------------------------- 
所以请大神指教! |