Spaces:
Sleeping
Sleeping
inLine-XJY
commited on
Commit
•
ec753b4
1
Parent(s):
8e7c9fd
Update requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
@@ -1,11 +1,5 @@
|
|
1 |
-
# torch==1.12.1+cu113
|
2 |
-
# torchaudio==0.12.1+cu113
|
3 |
-
# torchvision==0.13.1+cu113
|
4 |
torchlibrosa==0.1.0
|
5 |
pytorch-lightning==1.7.0
|
6 |
-
# librosa==0.8.0
|
7 |
-
# soundfile==0.11.0
|
8 |
-
# omegaconf==2.3.0
|
9 |
jupyter==1.0.0
|
10 |
icecream
|
11 |
torchmetrics==0.11.4
|
@@ -13,7 +7,7 @@ huggingface_hub==0.20.2
|
|
13 |
calmsize
|
14 |
librosa==0.10.1
|
15 |
einops==0.7.0
|
16 |
-
|
17 |
-
|
18 |
taming-transformers-rom1504
|
19 |
|
|
|
|
|
|
|
|
|
1 |
torchlibrosa==0.1.0
|
2 |
pytorch-lightning==1.7.0
|
|
|
|
|
|
|
3 |
jupyter==1.0.0
|
4 |
icecream
|
5 |
torchmetrics==0.11.4
|
|
|
7 |
calmsize
|
8 |
librosa==0.10.1
|
9 |
einops==0.7.0
|
10 |
+
pytorch-memlab==0.3.0
|
11 |
+
|
12 |
taming-transformers-rom1504
|
13 |
|