README_intel.md
February 27, 2024 ยท View on GitHub
[ Back to index ]
Run this benchmark via CM
We use cm docker to run the Intel implementation to avoid compilation problems with any host OS dependencies.
Do a test run to detect and record the system performance
cm docker script --tags=run-mlperf,inference,_find-performance \
--scenario=Offline --model=bert-99 --implementation=intel-original --backend=pytorch \
--category=datacenter --division=open --quiet
- Use
--division=closedto run all scenarios for the closed division (compliance tests are skipped for_find-performancemode)
Do full accuracy and performance runs for all the scenarios
cm docker script --tags=run-mlperf,inference,_submission,_all-scenarios \
--model=bert-99 --implementation=intel-original --backend=pytorch \
--category=datacenter --division=open --quiet
Generate and upload MLPerf submission
Follow this guide to generate the submission tree and upload your results.
Questions? Suggestions?
Check the MLCommons Task Force on Automation and Reproducibility and get in touch via public Discord server.