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
Use DLRover's save_checkpoint function, result format like
iter_0000030/mp_rank_00_000/
iter_0000030/mp_rank_00_001/
iter_0000030/mp_rank_01_000/
...
But when I load_checkpoint using Megatron-LM's load_checkpoint It raises [Errno 2] No such file or directory: 'iter_0000030/mp_rank_00/model_optim_rng.pt'
could not load the checkpoint
How to Solve This ?
The text was updated successfully, but these errors were encountered:
Use DLRover's save_checkpoint function, result format like
iter_0000030/mp_rank_00_000/
iter_0000030/mp_rank_00_001/
iter_0000030/mp_rank_01_000/
...
But when I load_checkpoint using Megatron-LM's load_checkpoint It raises
[Errno 2] No such file or directory: 'iter_0000030/mp_rank_00/model_optim_rng.pt'
could not load the checkpoint
How to Solve This ?
The text was updated successfully, but these errors were encountered: