modifying reqs.txt adding deps
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -13,11 +13,14 @@ omegaconf==2.0.5
|
|
13 |
python-magic==0.4.27
|
14 |
python-multipart==0.0.9
|
15 |
PyYAML==6.0.1
|
|
|
|
|
16 |
soundfile==0.12.1
|
17 |
soupsieve==2.5
|
18 |
sox==1.4.1
|
19 |
soxr==0.3.7
|
20 |
speechbrain==1.0.0
|
|
|
21 |
torch==1.9.0
|
22 |
torch-optimizer==0.3.0
|
23 |
torch-stoi==0.2.1
|
|
|
13 |
python-magic==0.4.27
|
14 |
python-multipart==0.0.9
|
15 |
PyYAML==6.0.1
|
16 |
+
s3prl==0.3.1
|
17 |
+
sklearn==0.0
|
18 |
soundfile==0.12.1
|
19 |
soupsieve==2.5
|
20 |
sox==1.4.1
|
21 |
soxr==0.3.7
|
22 |
speechbrain==1.0.0
|
23 |
+
sentencepiece==0.1.96
|
24 |
torch==1.9.0
|
25 |
torch-optimizer==0.3.0
|
26 |
torch-stoi==0.2.1
|