Spaces:
Runtime error
Runtime error
create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.37.2
|
2 |
+
optimum==1.12.0
|
3 |
+
auto-gptq
|
4 |
+
langchain==0.1.9
|
5 |
+
sentence_transformers==2.4.0
|
6 |
+
unstructured
|
7 |
+
pdf2image
|
8 |
+
pdfminer.six==20221105
|
9 |
+
unstructured-inference
|
10 |
+
faiss-gpu==1.7.2
|
11 |
+
pikepdf==8.13.0
|
12 |
+
pypdf==4.0.2
|
13 |
+
pillow_heif==0.15.0
|