mirror of
https://github.com/shirayu/whispering.git
synced 2025-01-22 06:38:13 +00:00
Fix doc
This commit is contained in:
parent
9b9ef542b7
commit
7b615c5e84
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ Enough machine power is needed to transcribe in real time.
|
|||
## Setup
|
||||
|
||||
```bash
|
||||
pip install -U git+https://github.com/shirayu/whispering.git@v0.6.2
|
||||
pip install -U git+https://github.com/shirayu/whispering.git@v0.6.3
|
||||
|
||||
# If you use GPU, install proper torch and torchaudio
|
||||
# Check https://pytorch.org/get-started/locally/
|
||||
|
|
|
@ -3,7 +3,7 @@ stable_version = "0.6.3"
|
|||
|
||||
[tool.poetry]
|
||||
name = "whispering"
|
||||
version = "0.6.3"
|
||||
version = "0.6.4dev0"
|
||||
description = "Streaming transcriber with whisper"
|
||||
license = "MIT"
|
||||
authors = ["Yuta Hayashibe <yuta@hayashibe.jp>"]
|
||||
|
|
Loading…
Reference in a new issue