RMSnow commited on
Commit
c7b3d02
1 Parent(s): 549a0a0

try to fix fairseq installation bugs

Browse files
Files changed (2) hide show
  1. pre-requirements.txt +45 -0
  2. requirements.txt +0 -45
pre-requirements.txt ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ setuptools
2
+ ruamel.yaml
3
+ tqdm
4
+ colorama
5
+ easydict
6
+ tabulate
7
+ loguru
8
+ json5
9
+ Cython
10
+ unidecode
11
+ inflect
12
+ argparse
13
+ g2p_en
14
+ tgt
15
+ librosa
16
+ matplotlib
17
+ typeguard
18
+ einops
19
+ omegaconf
20
+ hydra-core
21
+ humanfriendly
22
+ pandas
23
+ tensorboard
24
+ tensorboardX
25
+ torch==2.0.1
26
+ torchaudio==2.0.2
27
+ torchvision==0.15.2
28
+ transformers
29
+ diffusers
30
+ accelerate
31
+ praat-parselmouth
32
+ audiomentations
33
+ pedalboard
34
+ ffmpeg-python==0.2.0
35
+ pyworld
36
+ diffsptk
37
+ nnAudio
38
+ unidecode
39
+ inflect
40
+ ptwt
41
+ torchmetrics
42
+ pymcd
43
+ openai-whisper
44
+ frechet_audio_distance
45
+ asteroid
requirements.txt CHANGED
@@ -1,48 +1,3 @@
1
- setuptools
2
- ruamel.yaml
3
- tqdm
4
- colorama
5
- easydict
6
- tabulate
7
- loguru
8
- json5
9
- Cython
10
- unidecode
11
- inflect
12
- argparse
13
- g2p_en
14
- tgt
15
- librosa
16
- matplotlib
17
- typeguard
18
- einops
19
- omegaconf
20
- hydra-core
21
- humanfriendly
22
- pandas
23
- tensorboard
24
- tensorboardX
25
- torch==2.0.1
26
- torchaudio==2.0.2
27
- torchvision==0.15.2
28
- transformers
29
- diffusers
30
- accelerate
31
- praat-parselmouth
32
- audiomentations
33
- pedalboard
34
- ffmpeg-python==0.2.0
35
- pyworld
36
- diffsptk
37
- nnAudio
38
- unidecode
39
- inflect
40
- ptwt
41
- torchmetrics
42
- pymcd
43
- openai-whisper
44
- frechet_audio_distance
45
- asteroid
46
  fairseq
47
  encodec
48
  phonemizer==3.2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  fairseq
2
  encodec
3
  phonemizer==3.2.1