Skip to content

Commit 5affbb4

Browse files
committed
update
1 parent fac621a commit 5affbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def _compilation_job_config(
627627
input_model_config["FrameworkVersion"] = utils.get_short_version(framework_version)
628628

629629
if framework.lower() == "tensorflow":
630-
input_model_config["FrameworkVersion"] = framework_version
630+
input_model_config["FrameworkVersion"] = utils.get_short_version(framework_version)
631631

632632
role = self.sagemaker_session.expand_role(role)
633633
output_model_config = {

0 commit comments

Comments
 (0)