-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MaskGCT env setup and notebook (#316)
* Update MaskGCT env setup and notebook
- Loading branch information
1 parent
415a0a6
commit 2940c43
Showing
6 changed files
with
353 additions
and
58 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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
setuptools | ||
onnxruntime | ||
torch==2.0.1 | ||
transformers===4.41.1 | ||
tensorboard | ||
tensorboardX | ||
accelerate==0.31.0 | ||
unidecode | ||
numpy==1.23.5 | ||
|
||
librosa | ||
encodecphonemizer | ||
g2p_en | ||
jieba | ||
cn2an | ||
pypinyin | ||
LangSegment | ||
pyopenjtalk | ||
pykakasi | ||
|
||
json5 | ||
black==24.1.1 | ||
ruamel.yaml | ||
tqdm |