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
I got an AssertionError: Mask is silently ignored due to the use of a custom kernel when training GPT-2 with examples/pretrain_gpt.sh.
AssertionError: Mask is silently ignored due to the use of a custom kernel
examples/pretrain_gpt.sh
This line leads to the assertion error:
Megatron-DeepSpeed/megatron/model/fused_softmax.py
Line 191 in 8387ae1
Is this assertion necessary? And is it even correct?
The text was updated successfully, but these errors were encountered:
same puzzlement
Sorry, something went wrong.
No branches or pull requests
I got an
AssertionError: Mask is silently ignored due to the use of a custom kernel
when training GPT-2 withexamples/pretrain_gpt.sh
.This line leads to the assertion error:
Megatron-DeepSpeed/megatron/model/fused_softmax.py
Line 191 in 8387ae1
Is this assertion necessary? And is it even correct?
The text was updated successfully, but these errors were encountered: