Update README.md

This commit is contained in:
manmay nakhashi 2023-07-29 06:31:50 +05:30 committed by GitHub
parent b1ba033b59
commit 73e8653058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,15 @@ This repo contains all the code needed to run Tortoise TTS in inference mode.
Manuscript: https://arxiv.org/abs/2305.07243
### Version history
#### v2.6; 2023/7/26
- Added speed control
- Bug fixes
#### v2.5; 2023/7/09
- Added kv_cache support 5x faster
- Added deepspeed support 10x faster
- Added half precision support
#### v2.4; 2022/5/17
- Removed CVVP model. Found that it does not, in fact, make an appreciable difference in the output.
- Add better debugging support; existing tools now spit out debug files which can be used to reproduce bad runs.