Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -14
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
transformers
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
gradio
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
hf-transfer>=0.1.4
|
12 |
-
protobuf<4
|
13 |
-
click<8.1
|
14 |
-
pydantic>=2.0 # Ensures compatibility with both langchain 0.1.16 and gradio 4.17.0
|
|
|
1 |
+
torch>=1.11.0
|
2 |
+
transformers>=4.21.0
|
3 |
+
sentence-transformers>=2.2.0
|
4 |
+
faiss-cpu>=1.7.0
|
5 |
+
bitsandbytes>=0.35.0
|
6 |
+
accelerate>=0.20.0
|
7 |
+
gradio>=4.0.0
|
8 |
+
PyPDF2>=3.0.0
|
9 |
+
python-docx>=0.8.11
|
10 |
+
numpy>=1.21.0
|
|
|
|
|
|
|
|