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 350c6d2 commit dc3c670Copy full SHA for dc3c670
official/pip_package/setup.py
@@ -20,8 +20,8 @@
20
from setuptools import find_packages
21
from setuptools import setup
22
23
-version = '2.9.0'
24
-tf_version = '2.9.0' # Major version.
+version = '2.10.0'
+tf_version = '2.10.0' # Major version.
25
26
project_name = 'tf-models-official'
27
official/requirements.txt
@@ -25,6 +25,7 @@ pycocotools
# NLP related dependencies
seqeval
sentencepiece
28
-sacrebleu
+# Remove the version requirement after 2.2.1 installation is fixed.
29
+sacrebleu==2.2.0
30
# Projects/vit dependencies
31
immutabledict
0 commit comments