Skip to content

Commit

Permalink
Increments supported tf version to 2.9 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
MZSHAN authored May 4, 2022
1 parent a3ef5d6 commit 6b277e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smdebug/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.16"
__version__ = "1.0.17"
2 changes: 1 addition & 1 deletion smdebug/tensorflow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Cached TF Version
TF_VERSION = version.parse(tf.__version__)
SUPPORTED_TF_VERSION_THRESHOLD = version.parse("2.9.0")
SUPPORTED_TF_VERSION_THRESHOLD = version.parse("2.10.0")


def does_tf_support_mixed_precision_training():
Expand Down

0 comments on commit 6b277e6

Please sign in to comment.