Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
#
|
2 |
torch==2.1.0+cpu
|
3 |
torchaudio==2.1.0+cpu
|
|
|
4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
5 |
|
6 |
-
#
|
7 |
transformers>=4.38.0
|
8 |
gradio>=4.0
|
9 |
safetensors
|
@@ -14,14 +15,15 @@ sentencepiece
|
|
14 |
soundfile>=0.12.1
|
15 |
scipy
|
16 |
numpy
|
|
|
17 |
einops
|
18 |
hydra-core
|
19 |
hydra-colorlog
|
20 |
flashy==0.0.2
|
21 |
julius
|
22 |
-
platformdirs
|
23 |
|
24 |
-
#
|
25 |
encodec
|
26 |
spacy==3.7.6
|
27 |
librosa>=0.10
|
@@ -30,5 +32,5 @@ torchmetrics
|
|
30 |
pesq
|
31 |
pystoi
|
32 |
soxr
|
|
|
33 |
huggingface_hub
|
34 |
-
tqdm
|
|
|
1 |
+
# βββ PyTorch CPU μ μ© μ€ν ββββββββββββββββββββββββββββ
|
2 |
torch==2.1.0+cpu
|
3 |
torchaudio==2.1.0+cpu
|
4 |
+
# torchvisionμ΄ νμνλ©΄: torchvision==0.16.0+cpu
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
|
7 |
+
# βββ κΈ°λ³Έ λΌμ΄λΈλ¬λ¦¬ ββββββββββββββββββββββββββββββββββ
|
8 |
transformers>=4.38.0
|
9 |
gradio>=4.0
|
10 |
safetensors
|
|
|
15 |
soundfile>=0.12.1
|
16 |
scipy
|
17 |
numpy
|
18 |
+
tqdm
|
19 |
einops
|
20 |
hydra-core
|
21 |
hydra-colorlog
|
22 |
flashy==0.0.2
|
23 |
julius
|
24 |
+
platformdirs # (spacy μμ‘΄)
|
25 |
|
26 |
+
# βββ audiocraft μμ‘΄μ± (GPU η‘) ββββββββββββββββββββββ
|
27 |
encodec
|
28 |
spacy==3.7.6
|
29 |
librosa>=0.10
|
|
|
32 |
pesq
|
33 |
pystoi
|
34 |
soxr
|
35 |
+
av==11.0.0
|
36 |
huggingface_hub
|
|