Spaces:
Runtime error
Runtime error
Commit
·
dce5d1e
1
Parent(s):
999772f
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
langchain
|
2 |
PyPDF2
|
3 |
streamlit
|
4 |
-
#openai
|
5 |
faiss-cpu
|
6 |
safetensors
|
7 |
huggingface-hub
|
@@ -14,7 +13,7 @@ bitsandbytes
|
|
14 |
accelerate
|
15 |
peft
|
16 |
transformers
|
17 |
-
ctransformers
|
18 |
chromadb
|
19 |
unstructured
|
20 |
pdf2image
|
|
|
1 |
langchain
|
2 |
PyPDF2
|
3 |
streamlit
|
|
|
4 |
faiss-cpu
|
5 |
safetensors
|
6 |
huggingface-hub
|
|
|
13 |
accelerate
|
14 |
peft
|
15 |
transformers
|
16 |
+
ctransformers = 0.2.24
|
17 |
chromadb
|
18 |
unstructured
|
19 |
pdf2image
|