Skip to content

Commit 282c1ab

Browse files
author
Bryannah Hernandez
committed
minor changes
1 parent 4e6bd26 commit 282c1ab

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

src/sagemaker/local_run.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/sagemaker/serve/builder/model_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def _initialize_for_mlflow(self, artifact_path: str) -> None:
812812
self.dependencies.update({"requirements": mlflow_model_dependency_path})
813813

814814
# Model Builder is a class to build the model for deployment.
815-
# It supports two* modes of deployment
815+
# It supports three modes of deployment
816816
# 1/ SageMaker Endpoint
817817
# 2/ Local launch with container
818818
# 3/ In process mode with Transformers server in beta release

0 commit comments

Comments
 (0)