Source from the content-addressed store, hash-verified
164
return port
165
166
def check_if_zero3(args):
167
return hasattr(args, 'deepspeed_config') and (args.deepspeed_config is not None) and (args.deepspeed_config.get('zero_optimization',{}).get('stage', 0) >= 3)