Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all \u003cpre\u003e\u003ccode\u003e blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks"); } } catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); } })(); (function(){ try { var __m = "github.com"; var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length \u003e 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name" - #1070

Merged
mvsusp merged 1 commit into
masterfrom
revert-1058-master
Oct 1, 2019
Merged

Revert "fix: #987 Add Instance_Type in Endpoint_Config_Name"#1070
mvsusp merged 1 commit into
masterfrom
revert-1058-master

Conversation

@mvsusp

Copy link
Copy Markdown
Contributor

The test test_deploy_model_with_update_non_existing_endpoint is failing in the canaries because these changes with the following error:

----------------------------- Captured log setup ------------------------------ session.py 390 INFO Creating training-job with name: ·[1mmxnet-training-2019-10-01-01-33-22-030·[0m ----------------------------- Captured stdout call ----------------------------- [·[34m2019-10-01 01:39:20,048·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:39:20,430·[0m] {·[34msession.py:·[0m972} INFO·[0m - Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m ----------------------------------------------------------------------------------------------![·[34m2019-10-01 01:48:35,232·[0m] {·[34msession.py:·[0m770} INFO·[0m - Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,496·[0m] {·[34msession.py:·[0m783} WARNING·[0m - Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m·[0m [·[34m2019-10-01 01:48:35,497·[0m] {·[34msession.py:·[0m1026} INFO·[0m - Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m·[0m [·[34m2019-10-01 01:48:35,603·[0m] {·[34msession.py:·[0m1016} INFO·[0m - Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m70} INFO·[0m - deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m [·[34m2019-10-01 01:48:35,692·[0m] {·[34mtimeout.py:·[0m118} INFO·[0m - cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:·[0m [·[34m2019-10-01 01:48:35,744·[0m] {·[34mtimeout.py:·[0m130} ERROR·[0m - Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging.·[0m ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m ------------------------------ Captured log call ------------------------------- session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 972 INFO Creating endpoint with name ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m session.py 770 INFO Creating model with name: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 783 WARNING Using already existing model: ·[1mmxnet-inference-2019-10-01-01-39-19-106·[0m session.py 1026 INFO Deleting endpoint configuration with name: ·[1mnon-existing-endpoint·[0m session.py 1016 INFO Deleting endpoint with name: ·[1mtest-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m timeout.py 70 INFO deleted endpoint test-mxnet-deploy-model-2019-10-01-01-39-18-736 timeout.py 118 INFO cloudwatch logs for log group /aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736: timeout.py 130 ERROR Failure occurred while listing cloudwatch log group ·[1m/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736·[0m. Swallowing exception but printing stacktrace for debugging. ·[31mTraceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 61, in timeout_and_delete_endpoint_by_name yield [t] File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/test_mxnet_train.py", line 236, in test_deploy_model_with_update_non_existing_endpoint 1, cpu_instance_type, update_endpoint=True, endpoint_name="non-existing-endpoint" File "/usr/local/lib/python3.6/dist-packages/sagemaker/model.py", line 454, in deploy self.sagemaker_session.delete_endpoint_config(endpoint_config_name=self.endpoint_name) File "/usr/local/lib/python3.6/dist-packages/sagemaker/session.py", line 1027, in delete_endpoint_config self.sagemaker_client.delete_endpoint_config(EndpointConfigName=endpoint_config_name) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the DeleteEndpointConfig operation: Could not find endpoint configuration "arn:aws:sagemaker:ap-southeast-1:030232271307:endpoint-config/non-existing-endpoint". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/codebuild/output/src294/src/github.com/aws/PRIVATE-sagemaker-python-canary-tests/tests/integ/timeout.py", line 125, in _show_logs logs.list_logs() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 223, in list_logs consumer() File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 164, in consumer for event in generator(): File "/usr/local/lib/python3.6/dist-packages/awslogs/core.py", line 151, in generator response = self.client.filter_log_events(**kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the FilterLogEvents operation: User: arn:aws:sts::030232271307:assumed-role/CanarySIN-CanaryFullRoleB76DAF70-UY6FLLVS52XI/AWSCodeBuild-56a42580-3b0d-4859-b3dc-d592e5bfcfbc is not authorized to perform: logs:FilterLogEvents on resource: arn:aws:logs:ap-southeast-1:030232271307:log-group:/aws/sagemaker/Endpoints/test-mxnet-deploy-model-2019-10-01-01-39-18-736:log-stream:·[0m 

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot

Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mvsusp
mvsusp merged commit 3ce2d95 into masterOct 1, 2019
@mvsusp
mvsusp deleted the revert-1058-master branch October 1, 2019 16:34
knikure added a commit to knikure/sagemaker-python-sdk that referenced this pull request Oct 26, 2023
…- Galactus (aws#1212)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (#963)
fix: skip tensorflow local mode notebook test (#4060)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
erickb336 added a commit that referenced this pull request Nov 29, 2023
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (#1018)
Fix happy hf test (#1026)
fix logic setup (#1034)
fixes (#1045)
Fix flake error in init (#1050)
fix (#1053)
fix: skip tensorflow local mode notebook test (#4060)
fix: tags for jumpstart model package models (#4061)
fix: pipeline variable kms key (#4065)
fix: jumpstart cache using sagemaker session s3 client (#4051)
fix: gated models unsupported region (#4069)
fix: pipeline upsert failed to pass parallelism_config to update (#4066)
fix: temporarily skip kmeans notebook (#4092)
fixes (#1051)
Fix missing absolute import error (#1057)
Fix flake8 error in unit test (#1058)
fixes (#1056)
Fix flake8 error in integ test (#1060)
Fix black format error in test_pickle_dependencies (#1062)
Fix docstyle error under serve (#1065)
Fix docstyle error in builder failure (#1066)
fix black and flake8 formatting (#1069)
Fix format error (#1070)
Fix integ test (#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (#4072)
fix: log message when sdk defaults not applied (#4104)
fix: handle bad jumpstart default session (#4109)
Fix the version information, whl and flake8 (#1085)
Fix JSON serializer error (#1088)
Fix unit test (#1091)
fix format (#1103)
Fix local mode predictor (#1107)
Fix DJLPredictor (#1108)
Fix modelbuilder unit tests (#1118)
fixes (#1136)
fixes (#1165)
fixes (#1166)
fix: auto ml integ tests and add flaky test markers (#4136)
fix model data for JumpStartModel (#4135)
fix: transform step unit test (#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099)
fix: Fixed bug in _create_training_details (#4141)
fix: use correct line endings and s3 uris on windows (#4118)
fix: js tagging s3 prefix (#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (#4181)
fix: import error in unsupported js regions (#4188)
fix: update local mode schema (#4185)
fix: fix flaky Inference Recommender integration tests (#4156)
fix: clone distribution in validate_distribution (#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (#4208)
Fix master merge formatting (#1186)
Fix master unit tests (#1203)
Fix djl unit tests (#1204)
Fix merge conflicts (#1217)
fix: fix URL links (#4217)
fix: bump urllib3 version (#4223)
fix: relax upper bound on urllib in local mode requirements (#4219)
fixes (#1224)
fix formatting (#1233)
fix byoc unit tests (#1235)
fix byoc unit tests (#1236)
Fixed Modelpackage's deploy calling model's deploy (#1155)
fix: jumpstart unit-test (#1265)
fixes (#963)
Fix TorchTensorSer/Deser (#969)
fix (#971)
fix local container mode (#972)
Fix auto detect (#979)
Fix routing fn (#981)
fix local container serialization (#989)
fix custom serialiazation with local container. Also remove a lot of unused code (#994)
Fix custom serialization for local container mode (#1000)
fix pytorch version (#1001)
Fix unit test (#990)
fix: Multiple bug fixes including removing unsupported feature. (#1105)
Fix some problems with pipeline compilation (#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (#1164)
fix: invoke_function circular import (#1262)
fix: pylint (#1264)
fix: Add logging for docker build failures (#1267)
Fix session bug when provided in ModelBuilder (#1288)
fixes (#1313)
fix: Gated content bucket env var override (#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (#1287)
fix: HMAC signing for ModelBuilder Triton python backend (#1282)
fix: do not delete temp folder generated by sdist (#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (#1303)
fix: check image type vs instance type (#1307)
fix: unit test (#1315)
fix: Fixed model builder's register unable to deploy (#1323)
fix: missing `self._framework` in `InferenceSpec` path (#1325)
fix: enable xgboost integ test in our own pipeline (#1326)
fix: skip py310 (#1328)
fix: Update autodetect dlc logic (#1329)
Fix secret key in the Model object (#1334)
fix: improve error message (#1333)
Fix unit testing (#1340)
fix: Typing and formatting (#1341)
fix: WaiterError on failed pipeline execution. results() (#1337)
Fix tox identified errors (#1344)
Fix issue when the user runs in Python 3.11 (#1345)
fixes (#1346)
fix: use copy instead of move in bootstrap script (#1339)
Resolve keynote3 conflicts (#1351)
Resolve keynote3 conflicts v2 (#1353)
Fix conflicts (#1354)
Fix conflicts v3 (#1355)
fix: get whl from local to run integ tests (#1357)
fix: enable triton pt tests (#1358)
fix: integ test (#1362)
Fix Python 3.11 issue with dataclass decorator (#1345)
fix: remote function include_local_workdir default value (#1342)
fix: error message (#1373)
fixes (#1372)
fix: Remvoe PickleSerializer (#1378)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
)
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
fixes (aws#963)
fix: skip tensorflow local mode notebook test (aws#4060)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Evan-W-ang added a commit to Evan-W-ang/sagemaker-python-sdk that referenced this pull request Jun 8, 2026
Co-authored-by: Raymond Liu <tzujui@amazon.com>
Co-authored-by: Ruilian Gao <ruiliann@amazon.com>
Co-authored-by: John Barboza <johnbarb@amazon.com>
Co-authored-by: Gary Wang <garywan@amazon.com>
Co-authored-by: Malav Shastri <malavhs@amazon.com>
Co-authored-by: Keshav Chandak <chakesh@amazon.com>
Co-authored-by: Zuoyuan Huang <david.hzy97@gmail.com>
Co-authored-by: Ao Guo <aoguo@amazon.com>
Co-authored-by: Mufaddal Rohawala <89424143+mufaddal-rohawala@users.noreply.github.com>
Co-authored-by: Mike Schneider <104035434+xncqr@users.noreply.github.com>
Co-authored-by: Bhupendra Singh <bsinghtt@amazon.com>
Co-authored-by: ci <ci>
Co-authored-by: Malav Shastri <57682969+malav-shastri@users.noreply.github.com>
Co-authored-by: evakravi <69981223+evakravi@users.noreply.github.com>
Co-authored-by: Keshav Chandak <keshav.chandak1995@gmail.com>
Co-authored-by: Alexander Pivovarov <apivovarov@gmail.com>
Co-authored-by: qidewenwhen <32910701+qidewenwhen@users.noreply.github.com>
Co-authored-by: mariumof <99500633+mariumof@users.noreply.github.com>
Co-authored-by: matherit <97054789+matherit@users.noreply.github.com>
Co-authored-by: amzn-choeric <105388439+amzn-choeric@users.noreply.github.com>
Co-authored-by: Ao Guo <72373287+aoguo64@users.noreply.github.com>
Co-authored-by: Sally Seok <sallyseo@amazon.com>
Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
Co-authored-by: Qingzi-Lan <83724147+Qingzi-Lan@users.noreply.github.com>
Co-authored-by: Sally Seok <49303563+sallyseok@users.noreply.github.com>
Co-authored-by: Manu Seth <22492939+mseth10@users.noreply.github.com>
Co-authored-by: Miyoung <myoung8739@gmail.com>
Co-authored-by: Sarah Castillo <67715639+secastillo@users.noreply.github.com>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-36-195.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-59-135.us-west-2.compute.internal>
Co-authored-by: EC2 Default User <ec2-user@ip-172-16-54-104.us-west-2.compute.internal>
Co-authored-by: Xin Wang <xwnamz@amazon.com>
Co-authored-by: stacicho <stacicho@amazon.com>
Co-authored-by: martinRenou <martin.renou@gmail.com>
Co-authored-by: jiapinw <jiapinw@amazon.com>
Co-authored-by: Akash Goel <goelakash93@gmail.com>
Co-authored-by: Joseph Zhang <cjz@amazon.com>
Co-authored-by: Harsha Reddy <116772862+sthodimi@users.noreply.github.com>
Co-authored-by: Haixin Wang <98612668+haixiw@users.noreply.github.com>
Co-authored-by: Kalyani Nikure <110067132+knikure@users.noreply.github.com>
Co-authored-by: Xin Wang <mr.xin.wang@gmail.com>
Co-authored-by: Gili Nachum <gilinachum@gmail.com>
Co-authored-by: Jose Pena <josejuan-98@hotmail.com>
Co-authored-by: cansun <80425164+can-sun@users.noreply.github.com>
Co-authored-by: AWS-pratab <110930005+AWS-pratab@users.noreply.github.com>
Co-authored-by: shenlongtang <127143389+shenlongtang@users.noreply.github.com>
Co-authored-by: Zach Kimberg <zachary@kimberg.com>
Co-authored-by: chrivtho-github <106935070+chrivtho-github@users.noreply.github.com>
Co-authored-by: Justin <justinm088@hotmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
Co-authored-by: HappyAmazonian <91216626+HappyAmazonian@users.noreply.github.com>
Co-authored-by: cj-zhang <32367995+cj-zhang@users.noreply.github.com>
Co-authored-by: Matthew <117945769+mwfongAWS@users.noreply.github.com>
Co-authored-by: Zach Kimberg <kimbergz@amazon.com>
Co-authored-by: Rohith Nadimpally <rnadimp@amazon.com>
Co-authored-by: rohithn1 <35045363+rohithn1@users.noreply.github.com>
Co-authored-by: Victor Zhu <victorvctr.zh@gmail.com>
Co-authored-by: Gary Wang <38331932+gwang111@users.noreply.github.com>
Co-authored-by: SSRraymond <105880250+SSRraymond@users.noreply.github.com>
Co-authored-by: jbarz1 <64875874+jbarz1@users.noreply.github.com>
Co-authored-by: Mohan Gandhi <mohgan@amazon.com>
Co-authored-by: Mohan Gandhi <mohan.sudhan@gmail.com>
Co-authored-by: Barboza <johnbarb@88665a270f35.ant.amazon.com>
Co-authored-by: ruiliann666 <141953824+ruiliann666@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujarathi.rohan@gmail.com>
Co-authored-by: svia3 <svia@amazon.com>
Co-authored-by: Zhankui Lu <zhankuil@amazon.com>
Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Edward Sun <edward.psun@amazon.com>
Co-authored-by: Stephen Via <51342648+svia3@users.noreply.github.com>
Co-authored-by: Namrata Madan <nmmadan@amazon.com>
Co-authored-by: Stacia Choe <stacicho@amazon.com>
Co-authored-by: Edward Sun <sunp@amazon.com>
Co-authored-by: Edward Sun <83920185+edwardps@users.noreply.github.com>
Co-authored-by: Rohan Gujarathi <gujrohan@amazon.com>
Co-authored-by: JohnaAtAWS <48230419+JohnaAtAWS@users.noreply.github.com>
Co-authored-by: Vera Yu <verayu@amazon.com>
Co-authored-by: bhaoz <bhaoz@amazon.com>
Co-authored-by: Qing Lan <lanking520@live.com>
Co-authored-by: Namrata Madan <namratamadan@gmail.com>
Co-authored-by: Sirut Buasai <73297481+sirutBuasai@users.noreply.github.com>
Co-authored-by: wayneyao <wayneyao@amazon.com>
Co-authored-by: Jacky Lee <drjacky@amazon.com>
Co-authored-by: haNa-meister <34223424+haNa-meister@users.noreply.github.com>
Co-authored-by: Shailav <ShailavTaneja@users.noreply.github.com>
Fix unit tests (aws#1018)
Fix happy hf test (aws#1026)
fix logic setup (aws#1034)
fixes (aws#1045)
Fix flake error in init (aws#1050)
fix (aws#1053)
fix: skip tensorflow local mode notebook test (aws#4060)
fix: tags for jumpstart model package models (aws#4061)
fix: pipeline variable kms key (aws#4065)
fix: jumpstart cache using sagemaker session s3 client (aws#4051)
fix: gated models unsupported region (aws#4069)
fix: pipeline upsert failed to pass parallelism_config to update (aws#4066)
fix: temporarily skip kmeans notebook (aws#4092)
fixes (aws#1051)
Fix missing absolute import error (aws#1057)
Fix flake8 error in unit test (aws#1058)
fixes (aws#1056)
Fix flake8 error in integ test (aws#1060)
Fix black format error in test_pickle_dependencies (aws#1062)
Fix docstyle error under serve (aws#1065)
Fix docstyle error in builder failure (aws#1066)
fix black and flake8 formatting (aws#1069)
Fix format error (aws#1070)
Fix integ test (aws#1074)
fix: HuggingFaceProcessor parameterized instance_type when image_uri is absent (aws#4072)
fix: log message when sdk defaults not applied (aws#4104)
fix: handle bad jumpstart default session (aws#4109)
Fix the version information, whl and flake8 (aws#1085)
Fix JSON serializer error (aws#1088)
Fix unit test (aws#1091)
fix format (aws#1103)
Fix local mode predictor (aws#1107)
Fix DJLPredictor (aws#1108)
Fix modelbuilder unit tests (aws#1118)
fixes (aws#1136)
fixes (aws#1165)
fixes (aws#1166)
fix: auto ml integ tests and add flaky test markers (aws#4136)
fix model data for JumpStartModel (aws#4135)
fix: transform step unit test (aws#4151)
fix: Update pipeline.py and selective_execution_config.py with small fixes (aws#1099)
fix: Fixed bug in _create_training_details (aws#4141)
fix: use correct line endings and s3 uris on windows (aws#4118)
fix: js tagging s3 prefix (aws#4167)
fix: Update Ec2 instance type to g5.4xlarge in test_huggingface_torch_distributed.py (aws#4181)
fix: import error in unsupported js regions (aws#4188)
fix: update local mode schema (aws#4185)
fix: fix flaky Inference Recommender integration tests (aws#4156)
fix: clone distribution in validate_distribution (aws#4205)
Fix hyperlinks in feature_processor.scheduler parameter descriptions (aws#4208)
Fix master merge formatting (aws#1186)
Fix master unit tests (aws#1203)
Fix djl unit tests (aws#1204)
Fix merge conflicts (aws#1217)
fix: fix URL links (aws#4217)
fix: bump urllib3 version (aws#4223)
fix: relax upper bound on urllib in local mode requirements (aws#4219)
fixes (aws#1224)
fix formatting (aws#1233)
fix byoc unit tests (aws#1235)
fix byoc unit tests (aws#1236)
Fixed Modelpackage's deploy calling model's deploy (aws#1155)
fix: jumpstart unit-test (aws#1265)
fixes (aws#963)
Fix TorchTensorSer/Deser (aws#969)
fix (aws#971)
fix local container mode (aws#972)
Fix auto detect (aws#979)
Fix routing fn (aws#981)
fix local container serialization (aws#989)
fix custom serialiazation with local container. Also remove a lot of unused code (aws#994)
Fix custom serialization for local container mode (aws#1000)
fix pytorch version (aws#1001)
Fix unit test (aws#990)
fix: Multiple bug fixes including removing unsupported feature. (aws#1105)
Fix some problems with pipeline compilation (aws#1125)
fix: Refactor JsonGet s3 URI and add serialize_output_to_json flag (aws#1164)
fix: invoke_function circular import (aws#1262)
fix: pylint (aws#1264)
fix: Add logging for docker build failures (aws#1267)
Fix session bug when provided in ModelBuilder (aws#1288)
fixes (aws#1313)
fix: Gated content bucket env var override (aws#1280)
fix: Change the library used in pytorch test causing cloudpickle version conflict (aws#1287)
fix: HMAC signing for ModelBuilder Triton python backend (aws#1282)
fix: do not delete temp folder generated by sdist (aws#1291)
fix: Do not require model_server if provided image_uri is a 1p image. (aws#1303)
fix: check image type vs instance type (aws#1307)
fix: unit test (aws#1315)
fix: Fixed model builder's register unable to deploy (aws#1323)
fix: missing `self._framework` in `InferenceSpec` path (aws#1325)
fix: enable xgboost integ test in our own pipeline (aws#1326)
fix: skip py310 (aws#1328)
fix: Update autodetect dlc logic (aws#1329)
Fix secret key in the Model object (aws#1334)
fix: improve error message (aws#1333)
Fix unit testing (aws#1340)
fix: Typing and formatting (aws#1341)
fix: WaiterError on failed pipeline execution. results() (aws#1337)
Fix tox identified errors (aws#1344)
Fix issue when the user runs in Python 3.11 (aws#1345)
fixes (aws#1346)
fix: use copy instead of move in bootstrap script (aws#1339)
Resolve keynote3 conflicts (aws#1351)
Resolve keynote3 conflicts v2 (aws#1353)
Fix conflicts (aws#1354)
Fix conflicts v3 (aws#1355)
fix: get whl from local to run integ tests (aws#1357)
fix: enable triton pt tests (aws#1358)
fix: integ test (aws#1362)
Fix Python 3.11 issue with dataclass decorator (aws#1345)
fix: remote function include_local_workdir default value (aws#1342)
fix: error message (aws#1373)
fixes (aws#1372)
fix: Remvoe PickleSerializer (aws#1378)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mvsusp@sagemaker-bot@knakad