-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: add quick run mode #941
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
runs { | ||
normal { | ||
min_query_count: 1024 | ||
min_duration: 60 | ||
max_duration: 600 | ||
} | ||
quick { | ||
min_query_count: 128 | ||
min_duration: 6 | ||
max_duration: 60 | ||
} | ||
rapid { | ||
min_query_count: 64 | ||
min_duration: 6 | ||
max_duration: 60 | ||
} | ||
} |
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.
We can define the settings for each run mode in the tasks.pbtxt
file.
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.
please change the min_duration: 6
to min_duration: 10
for the quick mode
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.
for stable diffusion: max duration 40 seconds.
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.
The changes will be in #947
@AhmedTElthakeb please help test this. |
Let's try show which mode the app is running (so that we can tell it from the screenshot). |
tasks.pbtxt
file and cannot be changed by the user.