You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(train): Skip default instance_type/instance_count when instance_groups is set (#5564)
Guard the default injection of instance_type and instance_count in
TrainDefaults.get_compute() and JumpStartTrainDefaults.get_compute()
so that these values are not populated when instance_groups is
configured. The SageMaker API treats instance_type/instance_count
and instance_groups as mutually exclusive in ResourceConfig, and
unconditionally setting defaults causes a ValidationException.
Fixes#5555
Co-authored-by: Mufaddal Rohawala <mufi@amazon.com>
0 commit comments