File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments