From 62f2f5215a65d862b60a62c35a87c563a071000d Mon Sep 17 00:00:00 2001 From: cck0517 Date: Thu, 16 Nov 2023 16:15:10 -0800 Subject: [PATCH] added expand section to improve readability --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b595fa7..6206396 100644 --- a/README.md +++ b/README.md @@ -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. +
+ For Windows Users (click to expand) (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`. +
+ 2. Add your [OpenAI API key](https://platform.openai.com/account/api-keys) to environment variable `OPENAI_API_KEY`.