yongyeol commited on
Commit
6dbe26c
Β·
verified Β·
1 Parent(s): 13f2afe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,9 +1,10 @@
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
@@ -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
- # ── audiocraft μ˜μ‘΄μ„± (λˆ„λ½ λ°©μ§€μš©) ────────────────
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