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 19115a2 commit f03b2edCopy full SHA for f03b2ed
src/sagemaker/fw_utils.py
@@ -88,6 +88,7 @@
88
"local_gpu",
89
)
90
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
91
+ # tf 2.12 should not be supported: smdataparallel excludes support for tf 2.12.
92
"tensorflow": [
93
"2.3",
94
"2.3.1",
0 commit comments