We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c6229 commit 1279620Copy full SHA for 1279620
src/sagemaker/serve/builder/model_builder.py
@@ -724,8 +724,6 @@ def build( # pylint: disable=R0911
724
self.role_arn = role_arn
725
self.sagemaker_session = sagemaker_session or Session()
726
727
- self.sagemaker_session.settings._local_download_dir = self.model_path
728
-
729
# https://github.com/boto/botocore/blob/develop/botocore/useragent.py#L258
730
# decorate to_string() due to
731
# https://github.com/boto/botocore/blob/develop/botocore/client.py#L1014-L1015
0 commit comments