We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fb2a2 commit 6ae56d3Copy full SHA for 6ae56d3
src/sagemaker/model.py
@@ -652,7 +652,7 @@ def compile(
652
self.model_data = job_status["ModelArtifacts"]["S3ModelArtifacts"]
653
if target_instance_family is not None:
654
if target_instance_family == "ml_eia2":
655
- LOGGER.info("You are using target device ml_eia2...")
+ LOGGER.info("You are using target device ml_eia2")
656
elif (target_instance_family != "ml_eia2") and target_instance_family.startswith("ml_"):
657
self.image_uri = self._compilation_image_uri(
658
self.sagemaker_session.boto_region_name,
0 commit comments