-
Notifications
You must be signed in to change notification settings - Fork 54
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
Inference Submission: name of <system_desc_id>_<implementation_id>_<scenario>.json #12
Comments
The rules actually mention Furthermore, no examples are provided ( |
fixed with this PR: mlcommons/inference#496 We now allow what the doc wants |
Thanks @guschmue. I'm still not clear what |
this says |
Thanks @guschmue, I think I get it now. Do you have structure like this then:
where each It seems it would be better to swap the levels:
|
(although this doesn't solve the problem of duplicate |
Yes, I agree. That also would enable us to use code/implementation_id for everything as default that does not explicitly list a model. v0.7 I guess @petermattson . |
The rules look for a file of: "<system_desc_id><implementation_id>.json" then submission checker looks for a file of "<system_desc_id>_<implementation_id>.json":
impl = system_file[len(system_desc) + 1:-5]
The text was updated successfully, but these errors were encountered: