This commit is contained in:
Yuta Hayashibe 2022-10-21 22:11:08 +09:00
parent 9b9ef542b7
commit 7b615c5e84
2 changed files with 2 additions and 2 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.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/

View file

@ -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>"]