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
File "/megatron-bridge/examples/models/checkpoint_conversion.py", line 170, in export_megatron_to_hf
raise FileNotFoundError(
FileNotFoundError: Could not find run_config.yaml in /path/to/mcore_ckpt. Please ensure this is a valid Megatron checkpoint.
After checking my ckpt files, I found that there's not a "run_config.yaml" file in them. How can I get the "run_config.yaml" file when training with Megatron-LM?