#4408 3.99貌似不支持50系显卡,这是CUDA版本不匹配吗,不启用CUDA就正常

240e:341* Posted at: 2 hours ago 👁9

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 471, in faster_whisper
File "faster_whisper\transcribe.py", line 1851, in restore_speech_timestamps
File "faster_whisper\transcribe.py", line 1279, in generate_segments
File "faster_whisper\transcribe.py", line 1590, in add_word_timestamps
File "faster_whisper\transcribe.py", line 1709, in find_alignment
RuntimeError: cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 44, in run
File "videotrans\task\trans_create.py", line 380, 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 471, in faster_whisper
File "faster_whisper\transcribe.py", line 1851, in restore_speech_timestamps
File "faster_whisper\transcribe.py", line 1279, in generate_segments
File "faster_whisper\transcribe.py", line 1590, in add_word_timestamps
File "faster_whisper\transcribe.py", line 1709, in find_alignment
RuntimeError: cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED

1 Replies

该错误是由于 NVIDIA 50 系显卡(如 RTX 5090)与当前 faster-whisper 库调用的 cuBLAS 版本不兼容所导致,属于已知问题,与 CUDA 版本匹配有关。

解决方法(任选一种):

  1. 正确安装或升级 CUDA 工具包
    软件内置支持 CUDA 12.8 版本,要求与 cuDNN 9.11 或更高版本配合使用。请参考安装教程:

  2. 查阅 50 系显卡专门解决方案
    针对 50 系显卡的详细处理步骤(包括驱动版本要求、可能需要的额外操作),请务必查阅官方提供的解决文档:

  3. 临时规避措施
    如果急需使用,可暂时不勾选主界面右侧的“CUDA 加速”复选框,完全使用 CPU 进行语音识别(处理速度会变慢,但能正常运行)。
注意:确保在完成环境配置后,重启软件使设置生效。

请查阅相关文档:

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