搭建fast-whisper 環境時報錯 Unable to load any of {libcudnn_ops.so.9.1.0, libcudnn_ops.so.9.1, libcudnn_ops.so.9, libcudnn_ops.so}
fast-whisper 官網地址:https://github.com/SYSTRAN/faster-whisper 搭建環境時,按照官方的創建環境要求執行的 使用conda create -n fast_whisper python=3.9創建虛擬環境 執行pip install faster-whisper 安裝庫 pip install nvidia-cublas-cu12 nvi