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

Update dependency versions for running on H100s and sidestep dataloader crash #55

Merged
merged 5 commits into from
Aug 10, 2023

Conversation

coryMosaicML
Copy link
Collaborator

This PR updates dependency versions to enable running on H100s. Warning: this is backwards incompatible with checkpoints saved with earlier versions due to a change in the transformers library.

Additionally, time.sleep()s have been added after dataloader init to avoid an issue that caused a stochastic failure when initializing the streaming dataloaders. This is a temporary workaround until the fix is upstreamed to streaming.

diffusion/train.py Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
Copy link
Contributor

@Landanjs Landanjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@coryMosaicML coryMosaicML merged commit a735ae7 into mosaicml:main Aug 10, 2023
7 checks passed
@coryMosaicML coryMosaicML mentioned this pull request Aug 10, 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.

3 participants