Skip to content
Snippets Groups Projects
Commit 2ed10dd7 authored by Benoît Courty's avatar Benoît Courty
Browse files

doc

parent 4aaf4dee
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ Observations :
Problème d'installation, voir https://github.com/SYSTRAN/faster-whisper/issues/516 qui propose la solution suivante :
`export LD_LIBRARY_PATH=${PWD}/.venv/lib/python3.10/site-packages/nvidia/cublas/lib:${PWD}/.venv/lib/python3.10/site-packages/nvidia/cudnn/lib`
Ou plus automatisé : `export LD_LIBRARY_PATH=`python3 -c 'import os; import nvidia.cublas.lib; import nvidia.cudnn.lib; print(os.path.dirname(nvidia.cublas.lib.__file__) + ":" + os.path.dirname(nvidia.cudnn.lib.__file__))'``
Liens utils :
- https://huggingface.co/bofenghuang/whisper-large-v3-french
- https://github.com/m-bain/whisperX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment