We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6a358 commit e1f2f85Copy full SHA for e1f2f85
src/sagemaker/fw_utils.py
@@ -86,6 +86,7 @@
86
"local_gpu",
87
)
88
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
89
+ # tf 2.12 should not be supported: smdataparallel excludes support for tf 2.12.
90
"tensorflow": [
91
"2.3",
92
"2.3.1",
0 commit comments