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(
576
576
target_platform_os (str): Target Platform OS, for example: 'LINUX'.
577
577
For allowed strings see
578
578
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.
580
581
target_platform_arch (str): Target Platform Architecture, for example: 'X86_64'.
581
582
For allowed strings see
582
583
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.
584
586
target_platform_accelerator (str, optional): Target Platform Accelerator,
585
587
for example: 'NVIDIA'. For allowed strings see
586
588
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.
588
591
compiler_options (dict, optional): Additional parameters for compiler.
589
592
Compiler Options are TargetPlatform / target_instance_family specific. See
590
593
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