We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bfb4b commit 30b33f9Copy full SHA for 30b33f9
deepspeed/runtime/engine.py
@@ -2962,7 +2962,6 @@ def load_checkpoint(self,
2962
custom_load_fn=custom_load_fn)
2963
2964
load_zero_checkpoint = load_path is not None and (self.zero_optimization() or self.bfloat16_enabled())
2965
- # import pdb; pdb.set_trace()
2966
if self.load_universal_checkpoint():
2967
ucp_ckpt_folder = os.path.join(load_dir, tag)
2968
# UCP load can ignore '*mp' files or '*model_states.pt' but ucp_ckpt_folder must exist
0 commit comments