Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
sentence-transformers==2.2.2
|
2 |
-
huggingface_hub==0.
|
3 |
-
numpy==1.26.4
|
4 |
transformers==4.30.2
|
|
|
5 |
torch==2.0.1
|
6 |
gradio==3.34.0
|
7 |
faiss-cpu==1.7.4
|
@@ -27,5 +27,6 @@ sentencepiece==0.1.99
|
|
27 |
|
28 |
|
29 |
|
|
|
30 |
|
31 |
|
|
|
1 |
sentence-transformers==2.2.2
|
2 |
+
huggingface_hub==0.16.4
|
|
|
3 |
transformers==4.30.2
|
4 |
+
numpy==1.26.4
|
5 |
torch==2.0.1
|
6 |
gradio==3.34.0
|
7 |
faiss-cpu==1.7.4
|
|
|
27 |
|
28 |
|
29 |
|
30 |
+
|
31 |
|
32 |
|