high77 commited on
Commit
2633a41
·
verified ·
1 Parent(s): 8ede049

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -24
requirements.txt CHANGED
@@ -1,26 +1,32 @@
 
1
  git+https://github.com/ai4bharat/IndicF5.git
2
- # accelerate>=0.33.0
3
- # cached_path
4
- # click
5
- # datasets
6
- # ema_pytorch>=0.5.2
7
- # hydra-core>=1.3.0
8
- # jieba
9
- # librosa
10
- # matplotlib
11
- # numpy<=1.26.4
12
- # pydub
13
- # pypinyin
14
- # safetensors
15
- # soundfile
16
- # tomli
17
- # torch>=2.0.0
18
- # torchaudio>=2.0.0
19
- # torchdiffeq
20
- # tqdm>=4.65.0
21
- transformers<4.50
22
- # transformers_stream_generator
23
- # vocos
24
- # wandb
25
- # x_transformers>=1.31.14
26
  spaces
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core repository
2
  git+https://github.com/ai4bharat/IndicF5.git
3
+
4
+ # Essential runtime packages
5
+ scipy
6
+ librosa
7
+ soundfile
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  spaces
9
+ transformers<4.50
10
+
11
+ # Keep previous IndicF5 dependencies (un-comment if needed)
12
+ accelerate>=0.33.0
13
+ cached_path
14
+ click
15
+ datasets
16
+ ema_pytorch>=0.5.2
17
+ hydra-core>=1.3.0
18
+ jieba
19
+ matplotlib
20
+ numpy<=1.26.4
21
+ pydub
22
+ pypinyin
23
+ safetensors
24
+ tomli
25
+ torch>=2.0.0
26
+ torchaudio>=2.0.0
27
+ torchdiffeq
28
+ tqdm>=4.65.0
29
+ transformers_stream_generator
30
+ vocos
31
+ wandb
32
+ x_transformers>=1.31.14