Deepanshu3012 commited on
Commit
43a8680
·
1 Parent(s): f987ff0

Initial setup: requirements.txt and .gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +4 -0
  2. requirements.txt +12 -0
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ venv/
2
+ __pycache__/
3
+ *.pyc
4
+ .env
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers==4.40.0
2
+ torch==2.2.2
3
+ tokenizers==0.19.1
4
+ streamlit==1.35.0
5
+ tree-sitter==0.21.3
6
+ tree-sitter-python==0.21.0
7
+ radon==6.0.1
8
+ pyflakes==3.2.0
9
+ pandas==2.2.2
10
+ plotly==5.22.0
11
+ sentencepiece==0.2.0
12
+ accelerate==0.30.0