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

Remove prefetch for megatron_gpt_sft_model.py #7274

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 18, 2023

  1. Remove prefetch for megatron_gpt_sft_model.py

    1) Replace super.validation_step in inference_step with the validation_step from megatron_gpt_model but without prefetch as just one batch is passed to the validation_step in megatron_gpt_sft_model and prefetching causes an error.
    
    Signed-off-by: Abhishree <[email protected]>
    athitten committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    01aa5ee View commit details
    Browse the repository at this point in the history