beeguy commited on
Commit
347a6dd
·
1 Parent(s): d0a1326

requirements

Browse files
Files changed (2) hide show
  1. .gitignore +7 -0
  2. requirements.txt +2 -0
.gitignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # .gitignore file for python projects
2
+ .venv
3
+ .env
4
+ __pycache__
5
+ *.pyc
6
+ *.pyo
7
+ *.pyd
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ transformers
2
+ torch