flosstradamus commited on
Commit
772add9
·
verified ·
1 Parent(s): 357478d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -19
requirements.txt CHANGED
@@ -1,23 +1,23 @@
1
- ftfy
2
- scipy
3
- thop
4
- flash-attn==2.6.3
5
- timm
6
- matplotlib
7
- Pillow
8
- accelerate
9
- sentencepiece
10
- pandas
11
- diffusers
12
- soundfile
13
- numpy
14
  torch
 
 
 
 
 
15
  transformers
 
 
16
  tqdm
17
- torchlibrosa
18
- einops
19
- regex
20
- gradio
21
- flash-attn
22
  unidecode
23
- phonemizer
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
 
 
 
 
 
 
 
 
 
 
 
 
2
  torch
3
+ torchvision
4
+ torchaudio
5
+ gradio
6
+ einops
7
+ diffusers
8
  transformers
9
+ scipy
10
+ numpy
11
  tqdm
12
+ accelerate
13
+ soundfile
 
 
 
14
  unidecode
15
+ phonemizer
16
+ torchlibrosa
17
+ ftfy
18
+ pandas
19
+ timm
20
+ matplotlib
21
+ thop
22
+ sentencepiece
23
+ Pillow