Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio==4.19.2
|
2 |
-
requests==2.31.0
|
3 |
-
beautifulsoup4==4.12.3
|
4 |
-
sentence-transformers==2.5.0
|
5 |
-
transformers==4.
|
6 |
-
torch==2.2.1
|
7 |
-
numpy==1.26.4
|
8 |
optimum[onnxruntime]==1.14.0
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
requests==2.31.0
|
3 |
+
beautifulsoup4==4.12.3
|
4 |
+
sentence-transformers==2.5.0
|
5 |
+
transformers==4.36.2 # Downgraded to fix compatibility with optimum 1.14.0
|
6 |
+
torch==2.2.1
|
7 |
+
numpy==1.26.4
|
8 |
optimum[onnxruntime]==1.14.0
|