S-Dreamer commited on
Commit
798fba1
·
verified ·
1 Parent(s): 4202b9e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ streamlit==1.29.0
3
+ torch==2.1.0
4
+ transformers==4.35.2
5
+ datasets==2.15.0
6
+ pandas==2.1.3
7
+ plotly==5.18.0
8
+ black==23.11.0
9
+ flake8==6.1.0
10
+ pytest==7.4.3
11
+ mypy==1.7.1
12
+ isort==5.12.0
13
+ safetensors==0.4.1
14
+ huggingface-hub==0.19.4