-
Notifications
You must be signed in to change notification settings - Fork 125
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
Upgrade to 0.13.2, merge recent LLM changes #242
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.
LGTM once you've gotten a couple runs in successfully.
Request for manual testing:
- a mosaicgpt run with icl
- a gptneo run with icl
- run through the bert readme
- run through at least the resnet imagenet readme (we can do the rest before release)
Also, you'll need to bump mosaicml versions in the other subfolders to increase the top level requirement |
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.
LGTM, left a few nits
Co-authored-by: Vitaliy Chiley <6439018+vchiley@users.noreply.github.com>
CI passing, just running through some test runs now... |
Successfully ran MosaicGPT-1.3B and OPT-2.7B both with ICL eval, and BERT pretraining, all is well! |
This PR upgrades to Composer 0.13.2 and loops in all pending changes from the last few weeks of LLM runs.
Going to do some LLM runs on this branch to test and send screenshots.