From 301707f0e63ec823beb66619c24642326251b037 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Tue, 10 Sep 2024 15:30:05 +0100 Subject: [PATCH] Update submission_rules.adoc --- submission_rules.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/submission_rules.adoc b/submission_rules.adoc index a8e5cd0..dfaabc6 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 ****** 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 * .json For some models mlperf_log_accuracy.json can get very large. Because of this we truncate mlperf_log_accuracy.log in submissions @@ -509,9 +509,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 should contain metadata describing use of the specified implementation on the specified system. |===