mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-14 12:41:25 +00:00
v0.6.5
This commit is contained in:
parent
d1fc731c1d
commit
02ebc1ef97
2 changed files with 2 additions and 2 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.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/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[misc]
|
||||
stable_version = "0.6.4"
|
||||
stable_version = "0.6.5"
|
||||
|
||||
[tool.poetry]
|
||||
name = "whispering"
|
||||
|
|
Loading…
Reference in a new issue