Skip to content

Commit 8887b3c

Browse files
ShiboXingShibo Xing
andauthored
refactor: update pytorch version threshold to 3.0.0 (#658)
* refactor: update pytorch version threshold to 3.0.0 * refactor: bump version * style: add newline --------- Co-authored-by: Shibo Xing <shibox@amazon.com>
1 parent 6113cfe commit 8887b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

smdebug/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.32"
1+
__version__ = "1.0.33"

smdebug/pytorch/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Cached Pytorch Version
1515
PT_VERSION = version.parse(torch.__version__)
1616

17-
SUPPORTED_PT_VERSION_THRESHOLD = version.parse("1.14.0")
17+
SUPPORTED_PT_VERSION_THRESHOLD = version.parse("3.0.0")
1818

1919

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

0 commit comments

Comments
 (0)