Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
av
|
| 2 |
+
einops
|
| 3 |
+
flashy>=0.0.1
|
| 4 |
+
hydra-core>=1.1
|
| 5 |
+
hydra_colorlog
|
| 6 |
+
julius
|
| 7 |
+
num2words
|
| 8 |
+
numpy
|
| 9 |
+
sentencepiece
|
| 10 |
+
spacy==3.5.2
|
| 11 |
+
torch>=2.0.0
|
| 12 |
+
torchaudio>=2.0.0
|
| 13 |
+
huggingface_hub
|
| 14 |
+
tqdm
|
| 15 |
+
transformers>=4.31.0 # need Encodec there.
|
| 16 |
+
xformers
|
| 17 |
+
demucs
|
| 18 |
+
librosa
|
| 19 |
+
torchmetrics
|
| 20 |
+
encodec
|
| 21 |
+
streamlit
|
| 22 |
+
google-generativeai
|
| 23 |
+
python-dotenv
|