amritn8 commited on
Commit
54d94b8
·
verified ·
1 Parent(s): acea7ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- streamlit>=1.28.0
2
- transformers>=4.30.0
3
- torch>=2.0.0
4
- PyPDF2>=3.0.0
5
- python-docx>=0.8.0
6
- tqdm>=4.0.0
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ streamlit==1.28.0
3
+ transformers==4.30.0
4
+ torch==2.0.0
5
+ sentencepiece==0.1.99
6
+ PyPDF2==3.0.1
7
+ python-docx==0.8.11
8
+ psutil==5.9.5