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 met an nan using TE 1.4, after I use pytorch autograd.detect_anomaly, it captured the NaN traceback:
Error detected in FusedAttnFuncBackward. ... [rank5]: RuntimeError: Function 'FusedAttnFuncBackward' returned nan values in its 2th output.
When I install TE 1.7, the nan disappeared.
The text was updated successfully, but these errors were encountered:
@cyanguwa Was there any bug fix in fused attention backend's backward between these 2 releases that could explain this?
Sorry, something went wrong.
No branches or pull requests
I met an nan using TE 1.4, after I use pytorch autograd.detect_anomaly, it captured the NaN traceback:
When I install TE 1.7, the nan disappeared.
The text was updated successfully, but these errors were encountered: