yongyeol commited on
Commit
13f2afe
Β·
verified Β·
1 Parent(s): 682c9e5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -16
requirements.txt CHANGED
@@ -1,33 +1,34 @@
1
- # ─── PyTorch CPU μ „μš© μŠ€νƒ ───
2
- torch==2.1.0+cpu # λ°˜λ“œμ‹œ +cpu wheel
3
  torchaudio==2.1.0+cpu
4
- # (torchvision ν•„μš”ν•˜λ©΄ 같이: torchvision==0.16.0+cpu)
5
 
6
- --extra-index-url https://download.pytorch.org/whl/cpu # μœ„ μ„Έ 쀄 뒀에 λ‘μ„Έμš”
7
-
8
- # ─── κΈ°λ³Έ νŒ¨ν‚€μ§€ ───
9
  transformers>=4.38.0
10
  gradio>=4.0
11
  safetensors
12
  Pillow
13
- ffmpeg-python # soundfile에 ν•„μš”ν•œ libsndfile은 HF ν™˜κ²½μ— κΈ°λ³Έ 포함
14
  python-dotenv
15
  sentencepiece
16
- num2words
17
  soundfile>=0.12.1
18
- av==11.0.0
 
19
  einops
20
  hydra-core
21
  hydra-colorlog
22
  flashy==0.0.2
23
  julius
24
- platformdirs # spacy 의쑴
25
 
26
- # ─── audiocraft ν•„μˆ˜ 의쑴 ───
27
- spacy==3.7.6
28
  encodec
 
 
 
 
 
 
 
29
  huggingface_hub
30
- # (xformersλŠ” **μ ˆλŒ€ λ„£μ§€ λ§ˆμ„Έμš”**)
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