From d98eb37b7cadb115bb05dc4b837babc29b08eefe Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Tue, 7 Jan 2025 15:51:43 +0000 Subject: [PATCH] Fixes the submission README --- docs/submission/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submission/index.md b/docs/submission/index.md index a3412839e..64ef5afa7 100644 --- a/docs/submission/index.md +++ b/docs/submission/index.md @@ -190,7 +190,7 @@ Once you have all the results on the system, you can upload them to the MLCommon You can do the following command to generate the final submission tar file and then upload to the [MLCommons Submission UI](https://submissions-ui.mlcommons.org/submission). ``` cm run script --tags=run,submission,checker \ - --submitter_id=<> \ + --submission_dir= \ --tar=yes \ --submission_tar_file=mysubmission.tar.gz ```