mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 08:51:01 +00:00
Add pytorch link
This commit is contained in:
parent
2364aca0ea
commit
01110cd2ca
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ Enough machine power is needed to transcribe in real time.
|
||||||
pip install -U git+https://github.com/shirayu/whispering.git
|
pip install -U git+https://github.com/shirayu/whispering.git
|
||||||
|
|
||||||
# If you use GPU, install proper torch and torchaudio
|
# If you use GPU, install proper torch and torchaudio
|
||||||
|
# Check https://pytorch.org/get-started/locally/
|
||||||
# Example : torch for CUDA 11.6
|
# Example : torch for CUDA 11.6
|
||||||
pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue