Update requirements.txt
Browse filesRemoving Unnecessary things from the req.txt
- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -8,9 +8,9 @@ sentence-transformers
|
|
8 |
faiss-cpu
|
9 |
huggingface_hub
|
10 |
transformers
|
11 |
-
protobuf==3.20.0
|
12 |
-
protobuf==3.20.0
|
13 |
-
protobuf==3.20.3
|
14 |
auto-gptq==0.2.2
|
15 |
docx2txt
|
16 |
unstructured
|
@@ -18,8 +18,8 @@ unstructured
|
|
18 |
|
19 |
urllib3==1.26.6
|
20 |
accelerate
|
21 |
-
bitsandbytes
|
22 |
-
bitsandbytes-windows
|
23 |
click
|
24 |
flask
|
25 |
requests
|
|
|
8 |
faiss-cpu
|
9 |
huggingface_hub
|
10 |
transformers
|
11 |
+
protobuf==3.20.0
|
12 |
+
protobuf==3.20.0
|
13 |
+
protobuf==3.20.3
|
14 |
auto-gptq==0.2.2
|
15 |
docx2txt
|
16 |
unstructured
|
|
|
18 |
|
19 |
urllib3==1.26.6
|
20 |
accelerate
|
21 |
+
bitsandbytes
|
22 |
+
bitsandbytes-windows
|
23 |
click
|
24 |
flask
|
25 |
requests
|