This commit is contained in:
Yuta Hayashibe 2023-01-07 01:19:07 +09:00
parent 472a02712d
commit 77653643c6
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 ## Setup
```bash ```bash
pip install -U git+https://github.com/shirayu/whispering.git@v0.6.5 pip install -U git+https://github.com/shirayu/whispering.git@v0.6.6
# If you use GPU, install proper torch and torchaudio # If you use GPU, install proper torch and torchaudio
# Check https://pytorch.org/get-started/locally/ # Check https://pytorch.org/get-started/locally/

View file

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