mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 17:01:03 +00:00
Updated setup instruction
This commit is contained in:
parent
11a895606a
commit
2e9806b0f7
1 changed files with 2 additions and 4 deletions
|
@ -11,13 +11,11 @@ Enough machine power is needed to transcribe in real time.
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/shirayu/whisper_streaming.git
|
pip install -U git+https://github.com/shirayu/whisper_streaming.git
|
||||||
cd whisper_streaming
|
|
||||||
poetry install --only main
|
|
||||||
|
|
||||||
# If you use GPU, install 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
|
# Example : torch for CUDA 11.6
|
||||||
poetry run 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example of microphone
|
## Example of microphone
|
||||||
|
|
Loading…
Reference in a new issue