Skip to content

Commit 4097c96

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 40c8ff4 + 2fe7fcd commit 4097c96

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,19 @@ into `.lrc` files in the desired language using [OpenAI-GPT](https://github.com/
1111

1212
## Installation
1313

14-
1. Please install CUDA and cuDNN first according to https://opennmt.net/CTranslate2/installation.html to
15-
enable `faster-whisper`.
14+
1. Please install CUDA 11.x and [cuDNN 8 for CUDA 11](https://developer.nvidia.com/cudnn) first according to https://opennmt.net/CTranslate2/installation.html to enable `faster-whisper`.
15+
16+
`faster-whisper` also needs [cuBLAS for CUDA 11](https://developer.nvidia.com/cublas) installed.
17+
<details>
18+
<summary>For Windows Users (click to expand)</summary>
19+
20+
(For Windows Users only) Windows user can Download the libraries from Purfview's repository:
21+
22+
Purfview's [whisper-standalone-win](https://github.com/Purfview/whisper-standalone-win) provides the required NVIDIA libraries for Windows in a [single archive](https://github.com/Purfview/whisper-standalone-win/releases/tag/libs). Decompress the archive and place the libraries in a directory included in the `PATH`.
23+
24+
</details>
25+
26+
1627

1728
2. Add your [OpenAI API key](https://platform.openai.com/account/api-keys) to environment variable `OPENAI_API_KEY`.
1829

0 commit comments

Comments
 (0)