-
Notifications
You must be signed in to change notification settings - Fork 538
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
Low latency checks to submission checker and report low latency #2017
base: master
Are you sure you want to change the base?
Conversation
pgmpablo157321
commented
Jan 6, 2025
- Add llama2 low latencies to configuration file
- Add low latency submission checks
- Report low latency result in a different column
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
43f9059
to
7fa675c
Compare
@pgmpablo157321 : In the README, you show an example of running Offline in the Interactive mode. That can be confusing, because Offline is the same and only Server changes. I would suggest that the example would be for server and say that for the Offline run nothing changes with the new flags. |
# settings.FromConfig(args.mlperf_conf, "llama2-70b", args.scenario) | ||
settings.FromConfig(args.user_conf, "llama2-70b", args.scenario) | ||
# settings.FromConfig(args.mlperf_conf, args.lg_model_name, args.scenario) | ||
settings.FromConfig(args.user_conf, args.lg_model_name, args.scenario) |
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.
Should we still comment out the llama2-70b-interactive
if we are loading from the user config here?
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.
Actually, do we still need the user.conf change if the mlperf.conf already has the new latency?
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.
Mmmm there might be other settings that submitters could modify. So, leaving the user.conf there might be helpful
ea45000
to
9d322cb
Compare
@pgmpablo157321 the github action for submission checker is testing the submissions from v4.1 with the v5.0 submission checker code. That's why they are failing. Please ignore it. I'll add a test submission results repo soon with v5.0 results. |