#4290 TaskCfgVTT(is_cuda=True, uuid='51deecdac8', cache_folder='D:/pyvideotrans/tmp/1124/51deecdac8', target_dir='C:/Users/ab2

223.104* Posted at: 2 hours ago 👁9

语音识别阶段出错 [faster-whisper(本地)] Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 418, in faster_whisper
File "faster_whisper\transcribe.py", line 586, in _batched_segments_generator
File "faster_whisper\transcribe.py", line 120, in forward
File "faster_whisper\transcribe.py", line 222, in generate_segment_batched
RuntimeError: cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED

Traceback (most recent call last):
File "videotrans\task\job.py", line 105, in run
File "videotrans\task\trans_create.py", line 361, in recogn
File "videotrans\recognition\__init__.py", line 293, 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 418, in faster_whisper
File "faster_whisper\transcribe.py", line 586, in _batched_segments_generator
File "faster_whisper\transcribe.py", line 120, in forward
File "faster_whisper\transcribe.py", line 222, in generate_segment_batched
RuntimeError: cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED
TaskCfgVTT(is_cuda=True, uuid='51deecdac8', cache_folder='D:/pyvideotrans/tmp/1124/51deecdac8', target_dir='C:/Users/ab291/Desktop/test/_video_out/0420-mp4', source_language='日语', source_language_code='ja', source_sub='C:/Users/ab291/Desktop/test/_video_out/0420-mp4/ja.srt', source_wav='D:/pyvideotrans/tmp/1124/51deecdac8/ja.wav', source_wav_output='C:/Users/ab291/Desktop/test/_video_out/0420-mp4/ja.m4a', target_language='简体中文', target_language_code='zh-cn', target_sub='C:/Users/ab291/Desktop/test/_video_out/0420-mp4/zh-cn.srt', target_wav='D:/pyvideotrans/tmp/1124/51deecdac8/target.wav', target_wav_output='C:/Users/ab291/Desktop/test/_video_out/0420-mp4/zh-cn.m4a', name='C:/Users/ab291/Desktop/test/0420.mp4', noextname='0420', basename='0420.mp4', ext='mp4', dirname='C:/Users/ab291/Desktop/test', shound_del_name=None, translate_type=8, tts_type=11, volume='+0%', pitch='+0Hz', voice_rate='+0%', voice_role='No', voice_autorate=False, video_autorate=False, remove_silent_mid=False, align_sub_audio=False, detect_language='ja', recogn_type=0, model_name='large-v3', shibie_audio=None, remove_noise=False, enable_diariz=False, nums_diariz=1, rephrase=0, fix_punc=False, subtitle_language=None, app_mode='tiqu', subtitles='', targetdir_mp4='C:/Users/ab291/Desktop/test/_video_out/0420-mp4/0420.mp4', novoice_mp4='D:/pyvideotrans/tmp/1124/51deecdac8/novoice.mp4', is_separate=True, embed_bgm=True, instrument='D:/pyvideotrans/tmp/1124/51deecdac8/instrument.wav', vocal='D:/pyvideotrans/tmp/1124/51deecdac8/vocal.wav', back_audio='', clear_cache=True, background_music=None, subtitle_type=0, only_out_mp4=False, recogn2pass=False, output_srt=0, copysrt_rawvideo=False)


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

1 Replies

这是启用 CUDA 加速后,由于 CUDA 运行库版本与显卡驱动不兼容,或显卡架构过旧,导致 cuBLAS 运算失败引发的错误,常见于 50 系新显卡或未正确安装 CUDA 12.8 的环境。

  1. 如果无法通过更新驱动解决,可在软件主界面取消勾选“CUDA 加速”,改用 CPU 处理(速度会变慢)。
  2. 更新显卡驱动,访问 NVIDIA 官网下载并安装最新驱动。
  3. 安装软件内置支持的 CUDA 12.8,并下载对应版本的 cuDNN 9.11 及以上版本进行安装。

请查阅相关文档:

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