Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] I encountered the following issue when executing your command. What could be the cause? args.exit_on_missing_checkpoint is: True >> '--exit-on-missing-checkpoint' set ... exiting. << #1317

Open
Alinanini opened this issue Dec 10, 2024 · 0 comments

Comments

@Alinanini
Copy link

I think you need to add saver and loader. Can you try this once?

python tools/checkpoint/convert.py --model-type GPT --loader mcore --saver mcore --megatron-path $megatron_folder --load-dir $load_dir --save-dir $save_dir

Also, when you train the model, you can specify --ckpt-forma as torch to save in torch format.

Originally posted by @argitrage in #1291

@Alinanini Alinanini changed the title hi, I encountered the following issue when executing your command. What could be the cause? args.exit_on_missing_checkpoint is: True >> '--exit-on-missing-checkpoint' set ... exiting. << [QUESTION] I encountered the following issue when executing your command. What could be the cause? args.exit_on_missing_checkpoint is: True >> '--exit-on-missing-checkpoint' set ... exiting. << Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant