From 38e1254adf98b5ebcf2e16591e662ad61639a883 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sun, 4 Aug 2024 19:31:52 +0300 Subject: [PATCH] Add documantation (#872) --- CONTRIBUTING.md | 5 +++++ docs/docs/faq.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94e45fc8..cc90b13e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,6 +54,11 @@ On versions prior to Ubuntu 24.04 install `sudo apt-get install --no-install-rec 7. Build Buzz `poetry build` 8. Run Buzz `python -m buzz` +#### Necessary dependencies for Faster Whisper on GPU + +All the dependencies for GPU support should be included in the dependency packages already installed, +but if you get issues running Faster Whisper on GPU, install [CUDA 12](https://developer.nvidia.com/cuda-downloads), [cuBLASS](https://developer.nvidia.com/cublas) and [cuDNN](https://developer.nvidia.com/cudnn). + #### Error for Faster Whisper on GPU `Could not load library libcudnn_ops_infer.so.8` You need to add path to the library to the `LD_LIBRARY_PATH` environment variable. diff --git a/docs/docs/faq.md b/docs/docs/faq.md index e5dda9eb..d2a346f2 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -31,6 +31,6 @@ sidebar_position: 5 4. **How to get GPU acceleration for faster transcription?** - On Linux GPU acceleration is supported out of the box on Nvidia GPUs with [CUDA installed](https://developer.nvidia.com/cuda-downloads). + On Linux GPU acceleration is supported out of the box on Nvidia GPUs. If you still get any issues install [CUDA 12](https://developer.nvidia.com/cuda-downloads), [cuBLASS](https://developer.nvidia.com/cublas) and [cuDNN](https://developer.nvidia.com/cudnn). On Windows see [this note](https://github.com/chidiwilliams/buzz/blob/main/CONTRIBUTING.md#gpu-support) on enabling CUDA GPU support. \ No newline at end of file