We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2a5be commit ea86e37Copy full SHA for ea86e37
src/sagemaker/image_uri_config/neo-tensorflow.json
@@ -13,6 +13,9 @@
13
"1.12.0": "1.15.3",
14
"1.13.0": "1.15.3",
15
"1.14.0": "1.15.3",
16
+ "2.4": "2.4.2",
17
+ "2.4.0": "2.4.2",
18
+ "2.4.1": "2.4.2",
19
"2.4.2": "2.4.2"
20
},
21
"versions": {
src/sagemaker/model.py
@@ -630,6 +630,8 @@ def _compilation_job_config(
630
631
if (
632
framework.lower() == "pytorch"
633
+ or framework.lower() == "tensorflow"
634
+ and target_instance_type is not None
635
and re.match("(?=^ml_)(?!ml_inf)", target_instance_type) is not None
636
and framework_version is not None
637
):
0 commit comments