VDNT11 commited on
Commit
2fea725
·
verified ·
1 Parent(s): b10f48a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -10
requirements.txt CHANGED
@@ -1,10 +1,18 @@
1
- torch>=1.11.0
2
- transformers>=4.32.0
3
- datasets>=2.14.0
4
- soundfile>=0.12.1
5
- pydub>=0.25.1
6
- streamlit>=1.25.0
7
- streamlit-webrtc>=0.46.0
8
- safetensors>=0.3.1
9
- numpy>=1.22.0
10
- accelerate>=0.26.0
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.29.0
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ torchaudio>=2.0.0
5
+ transformers>=4.35.0
6
+ diffusers>=0.24.0
7
+ librosa>=0.10.0
8
+ matplotlib>=3.7.0
9
+ Pillow>=9.5.0
10
+ stanza>=1.5.0
11
+ numpy>=1.23.0
12
+ scipy>=1.10.0
13
+ indic-nlp-library>=1.0.3
14
+ sacremoses>=0.1.1
15
+ bitsandbytes>=0.41.0
16
+ git+https://github.com/AI4Bharat/IndicTrans2.git
17
+ git+https://github.com/VarunGumma/IndicTransToolkit.git
18
+ soundfile>=0.12.0