-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Fix FA2 import + deprecation cycle #27330
Fix FA2 import + deprecation cycle #27330
Conversation
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you Marc!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding!
@SunMarc Merging so this can be part of a patch release. |
* put back import * switch to logger.warnings instead
* put back import * switch to logger.warnings instead
* put back import * switch to logger.warnings instead
What does this PR do ?
This PR puts back
is_flash_attn_available
and make it go through a deprecation cycle. It was removed in this PR. As this method was never private, some remote modeling files used it. Fixes #27319