Skip to content

Commit

Permalink
Update README_nvidia.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Mar 10, 2024
1 parent b62618d commit 2a4e925
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/mlperf/inference/rnnt/README_nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,13 @@ cmr "run-mlperf inference _find-performance _all-scenarios" \
```
cmr "run-mlperf inference _submission _all-scenarios" --model=rnnt \
--device=cuda --implementation=nvidia-original --backend=tensorrt \
--execution-mode=valid --results_dir=$HOME/results_dir \
--category=edge --division=open --quiet
--execution-mode=valid --category=edge --division=open --quiet
```

* Use `--power=yes` for measuring power. It is ignored for accuracy and compliance runs
* Use `--division=closed` to run all scenarios for the closed division including the compliance tests
* `--offline_target_qps`, `--server_target_qps`, and `--singlestream_target_latency` can be used to override the determined performance numbers

### Populate the README files describing your submission

```
cmr "run-mlperf inference _populate-readme _all-scenarios" \
--model=rnnt --device=cuda --implementation=nvidia-original --backend=tensorrt \
--execution-mode=valid --results_dir=$HOME/results_dir \
--category=edge --division=open --quiet
```

### Generate and upload MLPerf submission

Follow [this guide](../Submission.md) to generate the submission tree and upload your results.
Expand Down

0 comments on commit 2a4e925

Please sign in to comment.