-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add learned value residual mixing + add adopt as default
- Loading branch information
1 parent
cedb3c4
commit 626d08f
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "e2-tts-pytorch" | ||
version = "1.5.2" | ||
version = "1.6.0" | ||
description = "E2-TTS in Pytorch" | ||
authors = [ | ||
{ name = "Phil Wang", email = "[email protected]" } | ||
|
@@ -25,6 +25,7 @@ classifiers=[ | |
|
||
dependencies = [ | ||
'accelerate>=0.33.0', | ||
'adam-atan2-pytorch>=0.1.12', | ||
'beartype', | ||
'einops>=0.8.0', | ||
'einx>=0.3.0', | ||
|
@@ -39,7 +40,7 @@ dependencies = [ | |
'torchaudio>=2.3.1', | ||
'tqdm>=4.65.0', | ||
'vocos', | ||
'x-transformers>=1.42.4', | ||
'x-transformers>=1.42.16', | ||
] | ||
|
||
[project.urls] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters