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