#4688 TaskCfg(cache_folder='E:/音频转文字/win-pyvideotrans-v3.97/tmp/3172/689c8e5361', target_dir='E:/音频转文字/win-pyvideotrans-v3.97/

2409:8a4c* Posted at: 3 hours ago 👁9

语音识别阶段出错 [faster-whisper(本地)] Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 264, 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 106, in run
File "videotrans\task\_speech2text.py", line 156, in recogn
File "videotrans\recognition\__init__.py", line 268, in run
File "videotrans\recognition\_base.py", line 141, in run
File "videotrans\recognition\_overall.py", line 63, in _exec
File "videotrans\recognition\_overall.py", line 142, in _faster
File "videotrans\configure\_base.py", line 291, in _new_process
RuntimeError: Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 264, 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
TaskCfg(cache_folder='E:/音频转文字/win-pyvideotrans-v3.97/tmp/3172/689c8e5361', target_dir='E:/音频转文字/win-pyvideotrans-v3.97/output/recogn', remove_noise=False, is_separate=False, detect_language='auto', subtitle_language=None, source_language=None, target_language=None, source_language_code=None, target_language_code=None, source_sub=None, target_sub='E:/音频转文字/win-pyvideotrans-v3.97/output/recogn/64.srt', source_wav=None, source_wav_output=None, target_wav=None, target_wav_output=None, subtitles='', novoice_mp4=None, noextname='64', shibie_audio='E:/音频转文字/win-pyvideotrans-v3.97/tmp/3172/689c8e5361/64-1779555597.325249.wav', targetdir_mp4=None, instrument=None, vocal=None, back_audio=None, background_music=None, app_mode='biaozhun', subtitle_type=0, volume='+0%', pitch='+0Hz', voice_rate='+0%', voice_role=None, copysrt_rawvideo=False, clear_cache=False, translate_type=None, tts_type=None, recogn_type=0, model_name='distil-large-v3.5', voice_autorate=False, video_autorate=False, is_cuda=True, name='D:/迅雷云盘/64.mkv', basename='64.mkv', ext='mkv', dirname='D:/迅雷云盘', shound_del_name=None, uuid='689c8e5361', remove_silent_mid=False, align_sub_audio=True, enable_diariz=False, nums_diariz=0, rephrase=0, only_out_mp4=False, fix_punc=False, recogn2pass=False)


=
system:Windows-10-10.0.26200-SP0
version:v3.97
frozen:True
language:zh
root_dir:E:/音频转文字/win-pyvideotrans-v3.97

1 Replies

该错误是由于 cuBLAS 库与当前显卡(特别是 RTX 50 系列 Blackwell 架构)或 CUDA 版本不兼容导致的。

解决方案:

  1. 临时绕过:在主界面取消勾选 CUDA加速,改用 CPU 模式运行(速度会变慢,但可正常识别)。
  2. 升级环境:确保已安装 CUDA 12.8+cuDNN 9.11+,并将显卡驱动更新至最新版。
  3. 降级模型:若仍失败,可尝试更换为 mediumsmall 模型(避免使用 distil-large-v3.5,该模型对显卡架构要求较高)。
  4. 更新软件:当前版本 v3.97 较旧,建议下载最新 v4.00 完整包替换。

请查阅相关文档:

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