Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
gradio>=3.0
|
2 |
requests
|
3 |
-
sentence-transformers==2.2.2 # Compatible with
|
4 |
scikit-learn
|
5 |
numpy
|
6 |
-
transformers==4.30.0
|
7 |
-
torch==2.0.1 #
|
8 |
-
huggingface-hub==0.25.2 #
|
|
|
1 |
gradio>=3.0
|
2 |
requests
|
3 |
+
sentence-transformers==2.2.2 # Compatible with huggingface_hub <0.26.0
|
4 |
scikit-learn
|
5 |
numpy
|
6 |
+
transformers==4.30.0 # As specified
|
7 |
+
torch==2.0.1 # Compatible with transformers 4.30.0
|
8 |
+
huggingface-hub==0.25.2 # Pins to version before 'cached_download' removal
|