File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,7 @@ jiwer>=3.1.0,<4.0.0
2323# for some processers, additionally https://github.com/NVIDIA/NeMo is required
2424# for some processers, additionally nemo_text_processing is required
2525# for mcv: apt-get update && apt-get upgrade -y && apt-get install -y sox libsox-fmt-all
26+ # for FasterWhisperInference processor is required:
27+ # pip install pytorch-lightning nvidia-cublas-cu12 nvidia-cudnn-cu12==9.* faster_whisper
28+ # 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__))'`
29+ # for vLLMInference processor is required: pip install "optree>=0.13.0" vllm
You can’t perform that action at this time.
0 commit comments