Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
flask=
|
| 2 |
-
gunicorn=
|
| 3 |
-
sentence-transformers=
|
| 4 |
-
transformers=
|
| 5 |
-
torch=
|
| 6 |
-
numpy=
|
| 7 |
-
pyyaml=
|
| 8 |
-
huggingface-hub==0.16.4
|
| 9 |
-
xformers==0.0.20
|
|
|
|
| 1 |
+
flask>=3.0.0
|
| 2 |
+
gunicorn>=21.0.0
|
| 3 |
+
sentence-transformers>=2.2.0
|
| 4 |
+
transformers>=4.40.0
|
| 5 |
+
torch>=2.2.0
|
| 6 |
+
numpy>=1.26.0
|
| 7 |
+
pyyaml>=6.0
|
|
|
|
|
|