mirror of
https://github.com/shirayu/whispering.git
synced 2025-04-26 18:44:42 +00:00
Updated
This commit is contained in:
parent
17f4e36191
commit
4d4d9531c1
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ git clone https://github.com/shirayu/whisper_streaming.git
|
||||||
cd whisper_streaming
|
cd whisper_streaming
|
||||||
poetry install --only main
|
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
|
# 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
|
# Run in English
|
||||||
poetry run whisper_streaming --language en --model base -n 20
|
poetry run whisper_streaming --language en --model base -n 20
|
||||||
|
|
Loading…
Reference in a new issue