[ Back to index ]
cm run script --tags=run-mlperf,inference,_find-performance,_all-scenarios \
--model=sdxl --implementation=reference --device=cuda --backend=pytorch \
--category=edge --division=open --quiet
- Use
--division=closed
to run all scenarios for the closed division (compliance tests are skipped for_find-performance
mode) - Use
--category=datacenter
to run datacenter scenarios
cm run script --tags=run-mlperf,inference,_submission,_all-scenarios --model=sdxl \
--device=cuda --implementation=reference --backend=pytorch \
--execution-mode=valid --category=datacenter --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- Use
--category=datacenter
to run datacenter scenarios
Follow this guide to generate the submission tree and upload your results.
Check the MLCommons Task Force on Automation and Reproducibility and get in touch via public Discord server.