Skip to content
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

Closed
wants to merge 6 commits into from

Conversation

muellerzr
Copy link
Collaborator

Solves double nested wrapping issues linked as a side-effect to huggingface/transformers#24050.

Also resets step to 0 during free_memory

@muellerzr muellerzr requested review from pacman100 and sgugger June 7, 2023 16:52
Copy link
Collaborator

@sgugger sgugger left a 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.

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Jun 7, 2023

The documentation is not available anymore as the PR was closed or merged.

Copy link
Contributor

@pacman100 pacman100 left a 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.🤗

Copy link
Contributor

@pacman100 pacman100 left a 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.🤗

@muellerzr
Copy link
Collaborator Author

Closing b/c github 🙃

@muellerzr muellerzr closed this Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants