mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-13 04:02:00 +00:00
Fix a typo
This commit is contained in:
parent
4d4d9531c1
commit
0ad6976d46
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ git clone https://github.com/shirayu/whisper_streaming.git
|
|||
cd whisper_streaming
|
||||
poetry install --only main
|
||||
|
||||
# If you use GPU, intall proper torch and torchaudio with "poetry run pip install -U"
|
||||
# If you use GPU, install proper torch and torchaudio with "poetry run pip install -U"
|
||||
# Example : torch for CUDA 11.6
|
||||
poetry run pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
||||
|
||||
|
|
Loading…
Reference in a new issue