diff --git a/submission_rules.adoc b/submission_rules.adoc index 7a2722c..8154fb6 100644 --- a/submission_rules.adoc +++ b/submission_rules.adoc @@ -373,7 +373,7 @@ HPC training submissions follow the above Training directory structure except fo *** / **** / ***** -****** __.json +****** model-info.json or model-info_.json ****** README.md ****** user.conf ****** mlperf.conf @@ -427,7 +427,7 @@ Here is the list of mandatory files for all submissions in any division/category * actual models if the models are not deterministically generated * READMEs to enable users to replicate performance results * code which interfaces with the loadgen -* __.json +* model-info.json or model-info_.json * .json For some models mlperf_log_accuracy.json can get very large. Because of this we truncate mlperf_log_accuracy.json in submissions @@ -511,9 +511,9 @@ In the Network division for the inference datacenter the file .j -### __.json metadata +### model-info_.json metadata -The file _.json should contain metadata describing use of the specified implementation on the specified system. +The file `model-info.json` or `model-info_.json` should contain metadata describing use of the specified implementation on the specified system. |=== @@ -523,6 +523,7 @@ The file _.json should contain metadata descr | Weight data type(s) | Yes | fp32 | bf16 | Input data type(s) | Yes | fp32 | bf16 | Retraining | Yes | No | Yes (URL_to_writeup) +| Notes | No | Run on only one GPU | DLA cores are used for the run |===