From 4d4d9531c15e840cd0774a5f612346a725f93cd8 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 24 Sep 2022 12:44:14 +0900 Subject: [PATCH] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1afd910..0539864 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ git clone https://github.com/shirayu/whisper_streaming.git cd whisper_streaming poetry install --only main -# If you use GPU, intall proper torch with "poetry run pip install -U" +# If you use GPU, intall proper torch and torchaudio with "poetry run pip install -U" # Example : torch for CUDA 11.6 -poetry run pip install -U torch --extra-index-url https://download.pytorch.org/whl/cu116 +poetry run pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 # Run in English poetry run whisper_streaming --language en --model base -n 20