Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 6, 2025
1 parent a8cdcaf commit 6eda9f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/submission/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ flowchart LR
Generation --> Output((Submission Folder SUT1))
```

## Command to generate actual submission folder
## Command to generate actual submission folder

```bash
cm docker script --tags=generate,inference,submission \
cm docker script --tags=generate,inference,submission \
--clean \
--preprocess_submission=yes \
--run-checker \
Expand All @@ -97,7 +98,7 @@ flowchart LR

=== "Multi-SUT submission"

If there are multiple SUTs, the same process needs to be repeated on each of them. One we have Submission folders on all the SUTs, we need to sync them to make a single submission folder
If there are multiple SUTs, the same process needs to be repeated on each of them. One we have Submission folders on all the SUTs, we need to sync them to make a single submission folder

=== "Sync Locally"

Expand Down

0 comments on commit 6eda9f1

Please sign in to comment.