We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519fc54 commit d137b21Copy full SHA for d137b21
setup.py
@@ -58,7 +58,9 @@
58
59
# framework specific dependencies
60
extras["torch"] = ["torch>=1.8.0", "torchaudio"]
61
-extras["tensorflow"] = ["tensorflow>=2.4.0"]
+
62
+# TODO: Remove upper bound of TF 2.11 once transformers release contains this fix: https://github.com/huggingface/evaluate/pull/372
63
+extras["tensorflow"] = ["tensorflow>=2.4.0,<2.11"]
64
65
# MMS Server dependencies
66
extras["mms"] = ["multi-model-server>=1.1.4", "retrying"]
0 commit comments