Skip to content

Commit

Permalink
update requirements.txt and README to align with the updates from the…
Browse files Browse the repository at this point in the history
… source repo
  • Loading branch information
apinge committed Nov 1, 2024
1 parent 858d51a commit 1962eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pip install -r requirements.txt
pip install openvino nncf
python setup.py develop # or pip install -e .
python -m unidic download
python -m nltk.downloader averaged_perceptron_tagger_eng
pip install deepfilternet #optional for enhancing speech
```

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
txtsplit
torch
torchaudio
cached_path
transformers==4.27.4
num2words==0.5.12
unidic_lite==1.0.8
Expand All @@ -27,3 +26,5 @@ langid==1.1.6
tqdm
tensorboard==2.16.2
loguru==0.7.2
botocore>=1.34.98

This comment has been minimized.

Copy link
@apinge

apinge Nov 1, 2024

Author Collaborator

Updates from myshell-ai/MeloTTS#124

cached_path>=1.6.2

0 comments on commit 1962eee

Please sign in to comment.