Skip to content

Commit

Permalink
update results category (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Nov 21, 2024
1 parent 2ccd3a9 commit c97c750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/submission/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Click [here](https://youtu.be/eI1Hoecc3ho) to view the recording of the workshop

Click [here](https://docs.google.com/presentation/d/1cmbpZUpVr78EIrhzyMBnnWnjJrD-mZ2vmSb-yETkTA8/edit?usp=sharing) to view the prposal slide for Common Automation for MLPerf Inference Submission Generation through CM.

=== "CM based benchmark"
=== "CM based results"
If you have followed the `cm run` commands under the individual model pages in the [benchmarks](../index.md) directory, all the valid results will get aggregated to the `cm cache` folder. The following command could be used to browse the structure of inference results folder generated by CM.
### Get results folder structure
```bash
cm find cache --tags=get,mlperf,inference,results,dir | xargs tree
```
=== "Non CM based benchmark"
=== "Non CM based results"
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(SUT Name)
Expand Down

0 comments on commit c97c750

Please sign in to comment.