You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,19 @@ into `.lrc` files in the desired language using [OpenAI-GPT](https://github.com/
11
11
12
12
## Installation
13
13
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
+
16
27
17
28
2. Add your [OpenAI API key](https://platform.openai.com/account/api-keys) to environment variable `OPENAI_API_KEY`.
0 commit comments