Spaces:
Paused
Paused
missing deps
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
-
pypdf
|
3 |
-
streamlit
|
4 |
huggingface_hub[inference]>=0.19.0
|
5 |
transformers
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio
|
|
|
|
|
2 |
huggingface_hub[inference]>=0.19.0
|
3 |
transformers
|
4 |
+
llama-index
|
5 |
+
llama-index-embeddings-huggingface
|
6 |
+
llama-index-llms-huggingface
|
7 |
+
accelerate
|
8 |
+
bitsandbytes
|
9 |
+
einops
|