This commit is contained in:
Yuta Hayashibe 2022-12-07 20:15:11 +09:00
parent d1fc731c1d
commit 02ebc1ef97
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.4
pip install -U git+https://github.com/shirayu/whispering.git@v0.6.5
# If you use GPU, install proper torch and torchaudio
# Check https://pytorch.org/get-started/locally/

View file

@ -1,5 +1,5 @@
[misc]
stable_version = "0.6.4"
stable_version = "0.6.5"
[tool.poetry]
name = "whispering"