Spaces:
Running
on
A10G
Running
on
A10G
Updating packages requirements.txt
#95
by
p20523810
- opened
- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
av
|
3 |
einops
|
4 |
-
flashy
|
5 |
-
hydra-core
|
6 |
hydra_colorlog
|
7 |
julius
|
8 |
num2words
|
9 |
numpy
|
10 |
sentencepiece
|
11 |
-
spacy==3.
|
12 |
-
torch
|
13 |
-
torchaudio
|
14 |
huggingface_hub
|
15 |
tqdm
|
16 |
-
transformers
|
17 |
xformers
|
18 |
demucs
|
19 |
librosa
|
20 |
-
gradio_client==0.
|
21 |
torchmetrics
|
22 |
encodec
|
23 |
protobuf
|
|
|
1 |
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
av
|
3 |
einops
|
4 |
+
flashy
|
5 |
+
hydra-core==1.3.0
|
6 |
hydra_colorlog
|
7 |
julius
|
8 |
num2words
|
9 |
numpy
|
10 |
sentencepiece
|
11 |
+
spacy==3.6.0
|
12 |
+
torch
|
13 |
+
torchaudio
|
14 |
huggingface_hub
|
15 |
tqdm
|
16 |
+
transformers==4.40.0 # need Encodec there.
|
17 |
xformers
|
18 |
demucs
|
19 |
librosa
|
20 |
+
gradio_client==0.3.0
|
21 |
torchmetrics
|
22 |
encodec
|
23 |
protobuf
|