This commit is contained in:
Yuta Hayashibe 2022-10-12 11:22:53 +09:00
parent 6fcf246926
commit d6d94329e6
2 changed files with 3 additions and 3 deletions

View file

@ -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.5.0
pip install -U git+https://github.com/shirayu/whispering.git@v0.5.1
# If you use GPU, install proper torch and torchaudio
# Check https://pytorch.org/get-started/locally/

View file

@ -1,9 +1,9 @@
[misc]
stable_version = "0.5.0"
stable_version = "0.5.1"
[tool.poetry]
name = "whispering"
version = "0.6.0dev0"
version = "0.5.1"
description = "Streaming transcriber with whisper"
license = "MIT"
authors = ["Yuta Hayashibe <yuta@hayashibe.jp>"]