From 01110cd2caefdef677922babd2f66793381546d9 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 3 Oct 2022 22:56:11 +0900 Subject: [PATCH] Add pytorch link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 097f712..de225c0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Enough machine power is needed to transcribe in real time. pip install -U git+https://github.com/shirayu/whispering.git # If you use GPU, install proper torch and torchaudio +# Check https://pytorch.org/get-started/locally/ # Example : torch for CUDA 11.6 pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 ```