Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -19
requirements.txt
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
torch-fidelity==0.3.0
|
4 |
-
scipy
|
5 |
-
importlib_resources
|
6 |
-
torchaudio>=0.13.0
|
7 |
-
torchvision>=0.14.0
|
8 |
-
tqdm
|
9 |
-
omegaconf
|
10 |
-
einops
|
11 |
-
numpy<=1.23.5
|
12 |
-
soundfile
|
13 |
-
librosa
|
14 |
-
pandas
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
pytorch-lightning==1.5.9
|
20 |
# -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torch-fidelity==0.3.0
|
4 |
+
scipy
|
5 |
+
importlib_resources
|
6 |
+
torchaudio>=0.13.0
|
7 |
+
torchvision>=0.14.0
|
8 |
+
tqdm
|
9 |
+
omegaconf
|
10 |
+
einops
|
11 |
+
numpy<=1.23.5
|
12 |
+
soundfile
|
13 |
+
librosa
|
14 |
+
pandas
|
15 |
+
torchlibrosa
|
16 |
+
transformers==4.18.0
|
17 |
+
ftfy
|
18 |
+
pytorch-lightning==1.5.9
|
|
|
19 |
# -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|