yongyeol commited on
Commit
62341cf
·
verified ·
1 Parent(s): 9472531

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -3
requirements.txt CHANGED
@@ -1,8 +1,15 @@
1
- torch==2.1.0 # audiocraft와 호환
 
2
  transformers>=4.38.0
3
- safetensors # .safetensors 로더
4
  gradio>=4.0
5
  Pillow
6
  ffmpeg-python
7
  python-dotenv
8
- audiocraft @ git+https://github.com/facebookresearch/audiocraft
 
 
 
 
 
 
 
1
+ torch==2.7.1 # 반드시 2.6 이상
2
+ torchaudio==2.7.1
3
  transformers>=4.38.0
4
+ safetensors
5
  gradio>=4.0
6
  Pillow
7
  ffmpeg-python
8
  python-dotenv
9
+ flashy==0.0.2
10
+ einops
11
+ hydra-core
12
+ hydra-colorlog
13
+ julius
14
+ sentencepiece
15
+ num2words