Skip to content

Commit

Permalink
Upped version AND supported PT version (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariumof authored Jun 9, 2022
1 parent 164fada commit 7fcd263
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.17"
__version__ = "1.0.18"
2 changes: 1 addition & 1 deletion smdebug/pytorch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Cached Pytorch Version
PT_VERSION = version.parse(torch.__version__)

SUPPORTED_PT_VERSION_THRESHOLD = version.parse("1.12.0")
SUPPORTED_PT_VERSION_THRESHOLD = version.parse("1.13.0")


def get_reduction_of_data(reduction_name, tensor_data, tensor_name, abs=False):
Expand Down

0 comments on commit 7fcd263

Please sign in to comment.