#4853 TaskCfgSTT(is_cuda=False, uuid='a0f0413ff1', cache_folder='D:/aishipinfanyi/tmp/26680/a0f0413ff1', target_dir='D:/aiship

45.67* Posted at: 3 hours ago

语音识别阶段出错 [faster-whisper(本地)] Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 346, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
ValueError: Requested int8_float16 compute type, but the target device or backend do not support efficient int8_float16 computation.

Traceback (most recent call last):
File "videotrans\task\job.py", line 105, in run
File "videotrans\task\_speech2text.py", line 159, in recogn
File "videotrans\recognition\__init__.py", line 284, in run
File "videotrans\recognition\_base.py", line 143, in run
File "videotrans\recognition\_overall.py", line 33, in _exec
File "videotrans\recognition\_overall.py", line 105, in _faster
File "videotrans\configure\_base.py", line 289, in _new_process
RuntimeError: Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 346, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
ValueError: Requested int8_float16 compute type, but the target device or backend do not support efficient int8_float16 computation.
TaskCfgSTT(is_cuda=False, uuid='a0f0413ff1', cache_folder='D:/aishipinfanyi/tmp/26680/a0f0413ff1', target_dir='D:/aishipinfanyi/output/recogn', source_language=None, source_language_code=None, source_sub=None, source_wav=None, source_wav_output=None, target_language=None, target_language_code=None, target_sub='D:/aishipinfanyi/output/recogn/GWENT | ОБЗОР ИЗМЕНЕНИЙ ПАТЧА в GWENTFINITY #32 (Июнь 2026) — ГВИНТ Патч 14.6 (Совет Баланса) [Ttb2aF_i0D8].srt', target_wav=None, target_wav_output=None, name='E:/FFOutput/GWENT | ОБЗОР ИЗМЕНЕНИЙ ПАТЧА в GWENTFINITY #32 (Июнь 2026) — ГВИНТ Патч 14.6 (Совет Баланса) [Ttb2aF_i0D8].mp4', noextname='GWENT | ОБЗОР ИЗМЕНЕНИЙ ПАТЧА в GWENTFINITY #32 (Июнь 2026) — ГВИНТ Патч 14.6 (Совет Баланса) [Ttb2aF_i0D8]', basename='GWENT | ОБЗОР ИЗМЕНЕНИЙ ПАТЧА в GWENTFINITY #32 (Июнь 2026) — ГВИНТ Патч 14.6 (Совет Баланса) [Ttb2aF_i0D8].mp4', ext='mp4', dirname='E:/FFOutput', shound_del_name=None, detect_language='ru', recogn_type=0, model_name='large-v3-turbo', shibie_audio='D:/aishipinfanyi/tmp/26680/a0f0413ff1/GWENT | ОБЗОР ИЗМЕНЕНИЙ ПАТЧА в GWENTFINITY #32 (Июнь 2026) — ГВИНТ Патч 14.6 (Совет Баланса) [Ttb2aF_i0D8]-1780315569.9654408.wav', remove_noise=False, enable_diariz=False, nums_diariz=0, rephrase=0, fix_punc=False)


=
system:Windows-10-10.0.26200-SP0
version:v3.98
frozen:True
language:zh
root_dir:D:/aishipinfanyi

1 Replies

错误原因是 your GPU 不支持 int8_float16 混合精度计算,但软件当前设置为此模式。

解决方法

  1. 打开菜单栏 工具/选项 → 高级选项 → 语音识别参数
  2. 找到 CUDA数据类型,将其改为 int8(兼容性最好、显存占用低)或 float16(如果显卡支持)。
  3. 保存设置,重启软件后重新执行任务。

如果显存有限,建议同时将模型换为 mediumsmall(当前使用 large-v3-turbo 对显存要求较高)。

此外,你的视频文件名包含俄文和特殊符号(等),这类长路径可能引发其他问题,建议改名简短纯英文数字(如 test.mp4)后再试。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource