deepspeed_config else: with open(args.deepspeed_config, 'r', encoding='utf-8') as config_file: ds_config_dict = json.load(config_file) if args.universal_checkpoint: ds_config_dict["checkpoint"] = {"load_universal": True} 0 comments on commit 15355af Please sign in to comment. ...