Skip to content

Commit f03b2ed

Browse files
authored
change: Add a comment that smdataparallel lib excludes tf 2.12 support (#3771)
1 parent 19115a2 commit f03b2ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/fw_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"local_gpu",
8989
)
9090
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
91+
# tf 2.12 should not be supported: smdataparallel excludes support for tf 2.12.
9192
"tensorflow": [
9293
"2.3",
9394
"2.3.1",

0 commit comments

Comments
 (0)