Update requirements.txt
Browse files- requirements.txt +19 -4
requirements.txt
CHANGED
@@ -1,6 +1,21 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
transformers
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
modin[all]
|
|
|
1 |
+
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
+
av
|
3 |
+
einops
|
4 |
+
flashy>=0.0.1
|
5 |
+
hydra-core>=1.1
|
6 |
+
hydra_colorlog
|
7 |
+
julius
|
8 |
+
num2words
|
9 |
+
numpy
|
10 |
+
sentencepiece
|
11 |
+
spacy==3.5.2
|
12 |
+
torch>=2.0.0
|
13 |
+
torchaudio>=2.0.0
|
14 |
+
huggingface_hub
|
15 |
+
tqdm
|
16 |
transformers
|
17 |
+
xformers
|
18 |
+
demucs
|
19 |
+
librosa
|
20 |
+
gradio
|
21 |
modin[all]
|