Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -1,2 +1,12 @@
|
|
1 |
gradio
|
2 |
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
huggingface_hub
|
3 |
+
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-huggingface
|
6 |
+
faiss-cpu
|
7 |
+
sentence-transformers
|
8 |
+
transformers
|
9 |
+
torch
|
10 |
+
sentencepiece
|
11 |
+
accelerate
|
12 |
+
accelerate>=0.26.0
|