Skip to content

Commit e1f2f85

Browse files
committed
documentation: add a comment as a remainder that smdataparallel lib drops support for tf 2.12
1 parent cc6a358 commit e1f2f85

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
@@ -86,6 +86,7 @@
8686
"local_gpu",
8787
)
8888
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
89+
# tf 2.12 should not be supported: smdataparallel excludes support for tf 2.12.
8990
"tensorflow": [
9091
"2.3",
9192
"2.3.1",

0 commit comments

Comments
 (0)