Spaces:
Sleeping
Sleeping
Attempt to fix Transformers Keras incompatibility by downgrading TF to <2.16
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# TODO: Pin versions
|
2 |
huggingface_hub
|
3 |
-
tensorflow
|
4 |
numpy
|
5 |
sentence-transformers
|
|
|
1 |
# TODO: Pin versions
|
2 |
huggingface_hub
|
3 |
+
tensorflow<2.16
|
4 |
numpy
|
5 |
sentence-transformers
|