Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -8,8 +8,8 @@ num2words
|
|
8 |
numpy==1.24.4
|
9 |
sentencepiece
|
10 |
spacy==3.6.1
|
11 |
-
torch
|
12 |
-
torchaudio
|
13 |
tqdm
|
14 |
transformers==4.31.0 # need Encodec there.
|
15 |
xformers==0.0.22
|
@@ -19,7 +19,7 @@ soundfile
|
|
19 |
torchmetrics
|
20 |
encodec
|
21 |
protobuf
|
22 |
-
torchvision
|
23 |
-
torchtext
|
24 |
pesq
|
25 |
pystoi
|
|
|
8 |
numpy==1.24.4
|
9 |
sentencepiece
|
10 |
spacy==3.6.1
|
11 |
+
torch
|
12 |
+
torchaudio
|
13 |
tqdm
|
14 |
transformers==4.31.0 # need Encodec there.
|
15 |
xformers==0.0.22
|
|
|
19 |
torchmetrics
|
20 |
encodec
|
21 |
protobuf
|
22 |
+
torchvision
|
23 |
+
torchtext
|
24 |
pesq
|
25 |
pystoi
|