broadfield-dev commited on
Commit
b4b995a
·
verified ·
1 Parent(s): 1cb26d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,14 +1,11 @@
 
1
  torch
2
- accelerate==1.6.0
3
- transformers==4.51.3
4
  diffusers
5
- tqdm
6
- numpy
7
- scipy
8
- ml-collections
9
- absl-py
10
  gradio
11
- av
12
- aiortc
13
  soundfile
14
- librosa
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
  torch
3
+ transformers>=4.40.0
4
+ accelerate
5
  diffusers
 
 
 
 
 
6
  gradio
 
 
7
  soundfile
8
+ librosa
9
+ flash-attn --no-build-isolation
10
+ av
11
+ aiortc