Add pytorch link

This commit is contained in:
Yuta Hayashibe 2022-10-03 22:56:11 +09:00
parent 2364aca0ea
commit 01110cd2ca

View file

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