Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
@@ -1,15 +1,11 @@
|
|
|
|
|
|
|
|
1 |
pymupdf
|
2 |
torch
|
3 |
transformers
|
4 |
-
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
-
|
8 |
-
sentence_transformers
|
9 |
-
llama_index
|
10 |
-
llama-index-llms-huggingface
|
11 |
-
llama-index-embeddings-langchain
|
12 |
-
langchain-community
|
13 |
-
langchain-huggingface
|
14 |
-
gradio==5.4.0
|
15 |
pydantic==2.10.6
|
|
|
1 |
+
streamlit
|
2 |
+
langchain
|
3 |
+
langchain-community
|
4 |
pymupdf
|
5 |
torch
|
6 |
transformers
|
7 |
+
sentence-transformers
|
8 |
accelerate
|
9 |
bitsandbytes
|
10 |
+
huggingface-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pydantic==2.10.6
|