-
Notifications
You must be signed in to change notification settings - Fork 53
Add initial 5.0.0 files and configurations #398
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
Conversation
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
3e3619e to
ad4e9a6
Compare
|
For v5.0, we are dropping gpt3 so we need to remove that from v5.0 benchmark list. |
mlperf_logging/benchmark_meta.py
Outdated
| 'retinanet', | ||
| 'stable_diffusion', | ||
| 'llama2_70b_lora', | ||
| 'gnn' |
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.
Rename gnn -> rgat
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.
Done
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.
I updated it for v5.0. Some places still reference gnn for backwards compatibility. For example, to run the v4.0 or v4.1 submission checker
mlperf_logging/compliance_checker/training_4.1.0/open_common.yaml
Outdated
Show resolved
Hide resolved
7cce9aa to
e6e040b
Compare
hiwotadese
left a comment
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
No description provided.