Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.32
|
2 |
+
transformers>=4.37
|
3 |
+
torch>=2.1
|
4 |
+
pandas>=2.1
|
5 |
+
PyPDF2>=3.0
|
6 |
+
openpyxl>=3.1
|
7 |
+
accelerate>=0.26
|
8 |
+
xformers>=0.0.23
|
9 |
+
huggingface_hub>=0.19
|
10 |
+
peft
|