SuganthKrishna2003 commited on
Commit
016cb56
·
1 Parent(s): 6a01bc3

rename requiremets.py to requirements.txt

Browse files
Files changed (2) hide show
  1. requirements.py +0 -7
  2. requirements.txt +5 -0
requirements.py DELETED
@@ -1,7 +0,0 @@
1
- # Installing Necessary Packages
2
-
3
- pip install transformers
4
- pip install torch
5
- pip install opencv-python
6
- pip install openai
7
- pip install sentencepiece
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ transformers==4.34.1
2
+ torch==1.4.0
3
+ opencv-python==4.8.1.78
4
+ openai==0.28.1
5
+ sentencepiece==0.1.99