Closed jinmiaoluo closed 6 months ago
The NVIDIA CUDA® Deep Neural Network library (cuDNN) is included in runtime
docker image.
If someone encounters the above issue in a local development environment (without using Docker), you can refer to this issue:
https://github.com/SYSTRAN/faster-whisper/issues/516
I am using a venv-based virtual environment locally, so I add the following environment variable when starting:
# Replace <path-to-repo> with the actual path
LD_LIBRARY_PATH=<path-to-repo>/.venv/lib64/python3.10/site-packages/nvidia/cudnn/lib/
The error message is as follows: