Spaces:
Runtime error
Runtime error
Commit
·
14c6c10
1
Parent(s):
c0daec3
Update requirements.txt
Browse files- requirements.txt +21 -1
requirements.txt
CHANGED
@@ -1,4 +1,24 @@
|
|
1 |
streamlit
|
2 |
transformers[torch,AutoTokenizer, AutoModelForSeq2SeqLM, top_p_filtering]
|
3 |
music21
|
4 |
-
ipython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
transformers[torch,AutoTokenizer, AutoModelForSeq2SeqLM, top_p_filtering]
|
3 |
music21
|
4 |
+
ipython
|
5 |
+
# please make sure you have already a pytorch install that is cuda enabled!
|
6 |
+
av
|
7 |
+
einops
|
8 |
+
flashy>=0.0.1
|
9 |
+
hydra-core>=1.1
|
10 |
+
hydra_colorlog
|
11 |
+
julius
|
12 |
+
num2words
|
13 |
+
numpy
|
14 |
+
sentencepiece
|
15 |
+
spacy==3.5.2
|
16 |
+
torch>=2.0.0
|
17 |
+
torchaudio>=2.0.0
|
18 |
+
huggingface_hub
|
19 |
+
tqdm
|
20 |
+
transformers
|
21 |
+
xformers
|
22 |
+
demucs
|
23 |
+
librosa
|
24 |
+
gradio_client==0.2.6
|