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 c8a2f13 commit 9423a5e
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 @@ -12,8 +12,7 @@ hide:
<!--![Submission Generation Flow](../img/submission-flow.png)-->
```mermaid
flowchart LR
Input((MLPerf Inference Results folder)) --> B[generate-mlperf-inference-submission]
subgraph generation
subgraph "Submission Generation"
direction TB
B --> C[truncate-accuracy-logs]
C --> D{Infer low talency results and/or filter out invalid results}
Expand All @@ -23,6 +22,7 @@ flowchart LR
F --> G[Submission TAR file]
G --> H[Upload to Submission Server]
end
Input((MLPerf Inference Results folder)) --> "Submission Generation"
```


Expand Down

0 comments on commit 9423a5e

Please sign in to comment.