Skip to content

Commit 1962eee

Browse files
author
qiutong
committed
update requirements.txt and README to align with the updates from the source repo
1 parent 858d51a commit 1962eee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ pip install -r requirements.txt
8989
pip install openvino nncf
9090
python setup.py develop # or pip install -e .
9191
python -m unidic download
92+
python -m nltk.downloader averaged_perceptron_tagger_eng
9293
pip install deepfilternet #optional for enhancing speech
9394
```
9495

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
txtsplit
22
torch
33
torchaudio
4-
cached_path
54
transformers==4.27.4
65
num2words==0.5.12
76
unidic_lite==1.0.8
@@ -27,3 +26,5 @@ langid==1.1.6
2726
tqdm
2827
tensorboard==2.16.2
2928
loguru==0.7.2
29+
botocore>=1.34.98
30+
cached_path>=1.6.2

0 commit comments

Comments
 (0)