Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
huggingface-hub
|
15 |
+
sentencepiece
|
16 |
+
llama-cpp-python
|