NeuralFalcon commited on
Commit
7560e56
·
verified ·
1 Parent(s): 1e0357d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,15 +1,16 @@
1
- absl-py
2
- accelerate==1.6.0
3
- aiortc
4
- av
5
- diffusers
6
- flash-attn
7
- librosa
8
- ml-collections
9
- numpy
10
- scipy
11
- soundfile
12
- torch
13
- tqdm
14
- transformers
15
- git+https://github.com/microsoft/VibeVoice.git
 
 
1
+ absl-py
2
+ accelerate==1.6.0
3
+ aiortc
4
+ av
5
+ diffusers
6
+ flash-attn
7
+ librosa
8
+ ml-collections
9
+ numpy
10
+ scipy
11
+ soundfile
12
+ torch
13
+ tqdm
14
+ transformers
15
+ git+https://github.com/microsoft/VibeVoice.git
16
+ pydub>=0.25.1