Skip to content

Commit

Permalink
submission docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Aug 20, 2024
1 parent a1d66d4 commit c5ae6ed
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/submission/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ hide:
=== "Non CM based benchmark"
If you have not followed the `cm run` commands under the individual model pages in the [benchmarks](../index.md) directory, please make sure that the result directory is structured in the following way.
```
└── System description ID
├── cm_sut_info.json
└── System description ID(SUT Name)
├── system_meta.json
└── Benchmark
└── Scenario
├── Performance
Expand All @@ -25,7 +25,7 @@ hide:
| ├── mlperf_log_detail.txt
| ├── mlperf_log_accuracy.json
| └── accuracy.txt
└── Test_ID
└── Compliance_Test_ID
├── Performance
| └── run_x/#1 run for all scenarios
| ├── mlperf_log_summary.txt
Expand All @@ -38,18 +38,9 @@ hide:
├── verify_performance.txt
└── verify_accuracy.txt #for TEST01 only
```

!!! tip

- The `cm_sut_info.json` should contain the following keys
- `hardware_name`
- `implementation`
- `device`
- `framework`
- `run_config`

<details>
<summary>Click here if you are submitting custom model in open division</summary>
<summary>Click here if you are submitting in open division</summary>

* The `model_mapping.json` should be included inside the SUT folder which is used to map the custom model full name to the official model name. The format of json file is:

Expand Down

0 comments on commit c5ae6ed

Please sign in to comment.