Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.25.0
|
2 |
+
faiss-cpu>=1.7.4
|
3 |
+
torch==2.1.0
|
4 |
+
transformers==4.36.2
|
5 |
+
sentencepiece
|
6 |
+
numpy<2
|
7 |
+
httpx>=0.24.0
|
8 |
+
huggingface_hub>=0.20.0
|
9 |
+
protobuf
|