We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This call to _forward_step_fn expects two values returned
gpt-neox/eval_tasks/eval_adapter.py
Line 372 in 59a5236
The forward_step can return three values
gpt-neox/megatron/training.py
Line 847 in 59a5236
I guess I am seeing this because I have is_pipe_parallel false and that is uncommon. Maybe there needs to be an option not to return metrics.
The text was updated successfully, but these errors were encountered:
There are several "fixes" in https://github.com/markNZed/gpt-neox/tree/pipe_parallel_size_1 which might be related to this. I have not had the time to prepare PR but if someone who knows the code base just looks at the changes there I guess they will quickly see many easy to fix issues.
Sorry, something went wrong.
Can confirm I've run into this issue multiple times aswell, even with pipe parallel size >1.
No branches or pull requests
This call to _forward_step_fn expects two values returned
gpt-neox/eval_tasks/eval_adapter.py
Line 372 in 59a5236
The forward_step can return three values
gpt-neox/megatron/training.py
Line 847 in 59a5236
I guess I am seeing this because I have is_pipe_parallel false and that is uncommon. Maybe there needs to be an option not to return metrics.
The text was updated successfully, but these errors were encountered: