Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
bitsandbytes
|
5 |
+
accelerate
|
6 |
+
llama-index
|
7 |
+
langchain
|
8 |
+
pypdf
|
9 |
+
einops
|
10 |
+
sentence-transformers
|
11 |
+
huggingface_hub
|
12 |
+
llama-index-llms-huggingface
|
13 |
+
llama-index-llms-huggingface-api
|
14 |
+
llama-index-embeddings-huggingface
|
15 |
+
llama-index-embeddings-langchain
|
16 |
+
langchain-community
|