Add a setup step

This commit is contained in:
Yuta Hayashibe 2022-09-24 11:02:40 +09:00
parent e5bd7d69da
commit 4d49b710d8

View file

@ -16,6 +16,9 @@ git clone https://github.com/shirayu/whisper_streaming.git
cd whisper_streaming
poetry install --only main
# If you use GPU with CUDA 11.6
poetry run pip install 'torch==1.12.0+cu116' -f https://download.pytorch.org/whl/torch_stable.html
# Run in English
poetry run whisper_streaming --language en --model base -n 20
```