mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 00:41:02 +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
|
## Setup
|
||||||
|
|
||||||
```bash
|
```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
|
# If you use GPU, install proper torch and torchaudio
|
||||||
# Check https://pytorch.org/get-started/locally/
|
# Check https://pytorch.org/get-started/locally/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[misc]
|
[misc]
|
||||||
stable_version = "0.6.4"
|
stable_version = "0.6.5"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "whispering"
|
name = "whispering"
|
||||||
|
|
Loading…
Reference in a new issue