Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
-
sentence-transformers==2.
|
| 3 |
-
faiss-cpu==1.9.0
|
| 4 |
-
numpy==1.
|
| 5 |
-
transformers==4.
|
| 6 |
-
torch==2.
|
| 7 |
PyPDF2==3.0.1
|
| 8 |
python-docx==1.1.0
|
| 9 |
-
Pillow==10.
|
| 10 |
-
accelerate==0.
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
+
sentence-transformers==2.7.0
|
| 3 |
+
faiss-cpu==1.9.0.post1
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
transformers==4.40.0
|
| 6 |
+
torch==2.2.0
|
| 7 |
PyPDF2==3.0.1
|
| 8 |
python-docx==1.1.0
|
| 9 |
+
Pillow==10.3.0
|
| 10 |
+
accelerate==0.28.0
|