-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Avoid double wrapping of all accelerate.prepare objects #1552
Conversation
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.
That works. Might be cleaner to add an attribute _is_accelerate_prepared
to all things we return with prepare
and check for that.
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.
Thank you @muellerzr for the super quick PR with the fixes for handling auto_find_batch_size
use case.🤗
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.
Thank you @muellerzr for the super quick PR with the fixes for handling auto_find_batch_size
use case.🤗
Closing b/c github 🙃 |
Solves double nested wrapping issues linked as a side-effect to huggingface/transformers#24050.
Also resets step to 0 during
free_memory