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 7298427 commit 619128c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/submission/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hide:
```mermaid
flowchart LR
classDef hidden fill:none,stroke:none;
subgraph "Submission Generation"
subgraph Generation [Submission Generation]
direction TB
A[populate system details] --> B[generate submission structure]
B --> C[truncate-accuracy-logs]
Expand All @@ -22,8 +22,8 @@ flowchart LR
D --> no --> F[run-mlperf-inference-submission-checker]
E --> F
end
Input((MLPerf Inference Results folder)) --> "Submission Generation"
"Submission Generation" -- Submission TAR file --> H[Upload to Submission Server]
Input((MLPerf Inference Results folder)) --> Generation
Generation -- Submission TAR file --> H[Upload to Submission Server]
H --> Output((Receive validation email))
```

Expand Down

0 comments on commit 619128c

Please sign in to comment.