Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/submission/submission_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structur
│ │ │ └── <system_desc_id_n>
│ │ ├── systems
│ │ │ ├── <system_desc_id_1>.json
│ │ │ ├── <system_desc_id_1>_power.yaml (optional)
│ │ │ ├── <system_desc_id_1>_power.yaml (Optional. See example below)
│ │ │ ├── ...
│ │ │ └── <system_desc_id_n>.json
│ │
Expand All @@ -112,7 +112,7 @@ For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structur
**<TEST0X>:** Compliance test number. E.g TEST01
**model_mapping.json (optional):** Optional file for the open submission that contains a map from the submitters custom names to the official benchmark names.

## Power template (optional)
## Template for <system_desc_id_1>_power.yaml file (optional)
```
My System:
- My Rack 1:
Expand Down
Loading