Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
@@ -1,33 +1,34 @@
|
|
1 |
-
#
|
2 |
-
torch==2.1.0+cpu
|
3 |
torchaudio==2.1.0+cpu
|
4 |
-
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
# βββ κΈ°λ³Έ ν¨ν€μ§ βββ
|
9 |
transformers>=4.38.0
|
10 |
gradio>=4.0
|
11 |
safetensors
|
12 |
Pillow
|
13 |
-
ffmpeg-python
|
14 |
python-dotenv
|
15 |
sentencepiece
|
16 |
-
num2words
|
17 |
soundfile>=0.12.1
|
18 |
-
|
|
|
19 |
einops
|
20 |
hydra-core
|
21 |
hydra-colorlog
|
22 |
flashy==0.0.2
|
23 |
julius
|
24 |
-
platformdirs
|
25 |
|
26 |
-
#
|
27 |
-
spacy==3.7.6
|
28 |
encodec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
huggingface_hub
|
30 |
-
|
31 |
-
# β¦ (κΈ°μ‘΄ νλͺ©)
|
32 |
-
librosa>=0.10 # β
μλ‘ μΆκ°
|
33 |
-
torchdiffeq
|
|
|
1 |
+
# ββ PyTorch CPU μ μ© μ€ν βββββββββββββββββββββββββββ
|
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
|
10 |
Pillow
|
11 |
+
ffmpeg-python
|
12 |
python-dotenv
|
13 |
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 |
+
# ββ audiocraft μμ‘΄μ± (λλ½ λ°©μ§μ©) ββββββββββββββββ
|
|
|
25 |
encodec
|
26 |
+
spacy==3.7.6
|
27 |
+
librosa>=0.10
|
28 |
+
torchdiffeq
|
29 |
+
torchmetrics
|
30 |
+
pesq
|
31 |
+
pystoi
|
32 |
+
soxr
|
33 |
huggingface_hub
|
34 |
+
tqdm
|
|
|
|
|
|