-
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
Add MFU Monitoring to LLM #56
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.
Approving to unblock, but I think it's important that we don't just hardcode the 312e12
number, otherwise when people run this repo on alternative hardware they will get incorrect MFU values in their reporting.
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! Excited to have all this info auto generated.
Adds MFU to SpeedMonitor
A generalized variant of this feature should eventually be integrated into Composer's SpeedMonitor callback, but this will work well for MosaicGPT in examples/llm.