Skip to content

Commit

Permalink
added expand section to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
cck0517 committed Nov 17, 2023
1 parent 1b6f707 commit 62f2f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ into `.lrc` files in the desired language using [OpenAI-GPT](https://github.com/
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`.

`faster-whisper` also needs [cuBLAS for CUDA 11](https://developer.nvidia.com/cublas) installed.
<details>
<summary>For Windows Users (click to expand)</summary>

(For Windows Users only) Windows user can Download the libraries from Purfview's repository:

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`.

</details>



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

0 comments on commit 62f2f52

Please sign in to comment.