Spaces:
Runtime error
Runtime error
Commit
·
8e74de9
1
Parent(s):
0c6352e
Update requirements.txt
Browse files- requirements.txt +4 -23
requirements.txt
CHANGED
@@ -1,24 +1,5 @@
|
|
1 |
-
|
2 |
-
|
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 |
-
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch>=2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
librosa
|
4 |
+
transformers
|
5 |
+
git+https://github.com/huggingface/diffusers.git
|