mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-21 16:31:02 +00:00
v0.6.1
This commit is contained in:
parent
40dd471f6b
commit
63b02f7c10
2 changed files with 3 additions and 3 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.0
|
||||
pip install -U git+https://github.com/shirayu/whispering.git@v0.6.1
|
||||
|
||||
# If you use GPU, install proper torch and torchaudio
|
||||
# Check https://pytorch.org/get-started/locally/
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[misc]
|
||||
stable_version = "0.6.0"
|
||||
stable_version = "0.6.1"
|
||||
|
||||
[tool.poetry]
|
||||
name = "whispering"
|
||||
version = "0.6.1dev0"
|
||||
version = "0.6.1"
|
||||
description = "Streaming transcriber with whisper"
|
||||
license = "MIT"
|
||||
authors = ["Yuta Hayashibe <yuta@hayashibe.jp>"]
|
||||
|
|
Loading…
Reference in a new issue