Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
streamlit==1.25.0
|
2 |
-
langchain
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
langchain
|
3 |
+
llama-cpp-python
|
4 |
+
langchain_community
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
sentence-transformers
|
8 |
+
accelerate
|
9 |
+
pypdf
|
10 |
+
ollama
|
11 |
+
langchain_experimental
|
12 |
+
faiss-cpu
|
13 |
+
langchain_huggingface
|
14 |
+
einops
|
15 |
+
huggingface-hub
|
16 |
+
sentencepiece
|