Skip to content

Commit

Permalink
MLX-1224 add code_location to create_model
Browse files Browse the repository at this point in the history
  • Loading branch information
Changli Han committed Mar 25, 2024
1 parent e163807 commit 2f5345a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sagemaker/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,7 @@ def deploy(
model = self._compiled_models[family]
else:
kwargs["model_kms_key"] = self.output_kms_key
kwargs["code_location"] = self.code_location
model = self.create_model(**kwargs)

model.name = model_name
Expand Down

0 comments on commit 2f5345a

Please sign in to comment.