annapurnapadmaprema-ji
commited on
Commit
•
d400b65
1
Parent(s):
2631d60
Update requirements.txt
Browse files- requirements.txt +30 -28
requirements.txt
CHANGED
@@ -1,28 +1,30 @@
|
|
1 |
-
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
1 |
+
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
+
git+https://github.com/facebookresearch/audiocraft.git
|
3 |
+
|
4 |
+
av==11.0.0
|
5 |
+
einops
|
6 |
+
flashy>=0.0.1
|
7 |
+
hydra-core>=1.1
|
8 |
+
hydra_colorlog
|
9 |
+
julius
|
10 |
+
num2words
|
11 |
+
numpy<2.0.0
|
12 |
+
sentencepiece
|
13 |
+
spacy==3.7.6
|
14 |
+
torch==2.1.0
|
15 |
+
torchaudio>=2.0.0,<2.1.2
|
16 |
+
huggingface_hub
|
17 |
+
tqdm
|
18 |
+
transformers>=4.31.0 # need Encodec there.
|
19 |
+
xformers<0.0.23
|
20 |
+
demucs
|
21 |
+
librosa
|
22 |
+
soundfile
|
23 |
+
gradio
|
24 |
+
torchmetrics
|
25 |
+
encodec
|
26 |
+
protobuf
|
27 |
+
torchvision==0.16.0
|
28 |
+
torchtext==0.16.0
|
29 |
+
pesq
|
30 |
+
pystoi
|