Spaces:
Build error
Build error
Thomas Gardos
commited on
Commit
•
eb38173
1
Parent(s):
582abb2
updated .gitignore and requirements.txt
Browse files- .gitignore +1 -1
- requirements.txt +2 -1
.gitignore
CHANGED
@@ -164,7 +164,7 @@ cython_debug/
|
|
164 |
|
165 |
.ragatouille/*
|
166 |
*/__pycache__/*
|
167 |
-
|
168 |
storage/logs/*
|
169 |
vectorstores/*
|
170 |
|
|
|
164 |
|
165 |
.ragatouille/*
|
166 |
*/__pycache__/*
|
167 |
+
.chainlit/translations/
|
168 |
storage/logs/*
|
169 |
vectorstores/*
|
170 |
|
requirements.txt
CHANGED
@@ -22,4 +22,5 @@ transformers==4.41.2
|
|
22 |
trulens_eval==0.31.0
|
23 |
umap-learn==0.5.6
|
24 |
trulens-eval==0.31.0
|
25 |
-
llama-cpp-python==0.2.77
|
|
|
|
22 |
trulens_eval==0.31.0
|
23 |
umap-learn==0.5.6
|
24 |
trulens-eval==0.31.0
|
25 |
+
llama-cpp-python==0.2.77
|
26 |
+
pymupdf==1.24.5
|