Skip to content

Commit 8614324

Browse files
authored
Merge branch 'master' into master
2 parents 44656da + dd155d0 commit 8614324

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/sagemaker/model.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,15 +576,18 @@ def compile(
576576
target_platform_os (str): Target Platform OS, for example: 'LINUX'.
577577
For allowed strings see
578578
https://docs.aws.amazon.com/sagemaker/latest/dg/API_OutputConfig.html.
579-
It can be used instead of target_instance_family.
579+
It can be used instead of target_instance_family by setting target_instance
580+
family to None.
580581
target_platform_arch (str): Target Platform Architecture, for example: 'X86_64'.
581582
For allowed strings see
582583
https://docs.aws.amazon.com/sagemaker/latest/dg/API_OutputConfig.html.
583-
It can be used instead of target_instance_family.
584+
It can be used instead of target_instance_family by setting target_instance
585+
family to None.
584586
target_platform_accelerator (str, optional): Target Platform Accelerator,
585587
for example: 'NVIDIA'. For allowed strings see
586588
https://docs.aws.amazon.com/sagemaker/latest/dg/API_OutputConfig.html.
587-
It can be used instead of target_instance_family.
589+
It can be used instead of target_instance_family by setting target_instance
590+
family to None.
588591
compiler_options (dict, optional): Additional parameters for compiler.
589592
Compiler Options are TargetPlatform / target_instance_family specific. See
590593
https://docs.aws.amazon.com/sagemaker/latest/dg/API_OutputConfig.html for details.

0 commit comments

Comments
 (0)