Skip to content

Commit 6ae56d3

Browse files
author
wanyixia
committed
revise comments
1 parent c4fb2a2 commit 6ae56d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def compile(
652652
self.model_data = job_status["ModelArtifacts"]["S3ModelArtifacts"]
653653
if target_instance_family is not None:
654654
if target_instance_family == "ml_eia2":
655-
LOGGER.info("You are using target device ml_eia2...")
655+
LOGGER.info("You are using target device ml_eia2")
656656
elif (target_instance_family != "ml_eia2") and target_instance_family.startswith("ml_"):
657657
self.image_uri = self._compilation_image_uri(
658658
self.sagemaker_session.boto_region_name,

0 commit comments

Comments
 (0)