Spaces:
Paused
Paused
updated requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
streamlit
|
3 |
+
langchain
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
langchain-community
|
7 |
+
sentence-transformers
|
8 |
+
unstructured
|
9 |
+
unstructured[pdf]
|
10 |
+
chromadb
|
11 |
+
bitsandbytes
|
12 |
+
accelerate
|