You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/draw-graph-from-json-data/process-mlc-deps.py", line 122, in
main()
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/draw-graph-from-json-data/process-mlc-deps.py", line 108, in main
with open(args.json_file, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/mlcuser/MLC/repos/local/cacheget-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/mlc-version-info.json'
Traceback (most recent call last):
File "/home/mlcuser/venv/mlc/bin/mlcr", line 8, in
sys.exit(mlcr())
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1354, in mlcr
main()
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1441, in main
res = method(run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1196, in run
return self.call_script_module_function("run", run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1176, in call_script_module_function
result = automation_instance.run(run_args) # Pass args to the run method
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 225, in run
r = self._run(i)
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 1772, in _run
r = customize_code.preprocess(ii)
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/run-mlperf-inference-app/customize.py", line 286, in preprocess
r = mlc.access(ii)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 96, in access
result = method(self, options)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1196, in run
return self.call_script_module_function("run", run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1176, in call_script_module_function
result = automation_instance.run(run_args) # Pass args to the run method
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 225, in run
r = self._run(i)
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 1885, in _run
r = self._run_deps(post_deps, clean_env_keys_post_deps, env, state, const, const_state, add_deps_recursive, recursion_spaces,
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 3708, in _run_deps
r = self.action_object.access(ii)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 96, in access
result = method(self, options)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1196, in run
return self.call_script_module_function("run", run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1186, in call_script_module_function
raise ScriptExecutionError(f"Script {function_name} execution failed. Error : {error}")
mlc.main.ScriptExecutionError: Script run execution failed. Error : MLC script failed (name = draw-graph-from-json-data, return code = 256)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Please file an issue at https://github.com/mlcommons/mlperf-automations/issues along with the full MLC command being run and the relevant
or full console log.
The text was updated successfully, but these errors were encountered:
I'm trying to run the mlperf script on windows using docker through github bash.
mlcuser@2bb3d3804352:$ mlc run script --tags=run-mlperf,inference,_r5.0-dev --model=resnet50 --implementation=reference --framework=onnxruntime --category=datacenter --scenario=Offline --execution_mode=valid --device=cpu --quiet
[2025-02-09 12:35:42,461 module.py:560 INFO] - * mlcr run-mlperf,inference,_r5.0-dev
[2025-02-09 12:35:42,470 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:42,475 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:42,475 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:42,491 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:42,503 module.py:560 INFO] - * mlcr detect,cpu
[2025-02-09 12:35:42,510 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:42,514 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:42,515 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:42,533 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:42,545 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:42,545 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/run.sh from tmp-run.sh
[2025-02-09 12:35:42,579 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/customize.py
[2025-02-09 12:35:42,594 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:42,595 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:42,596 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:42,596 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:42,617 module.py:560 INFO] - * mlcr get,mlcommons,inference,src
[2025-02-09 12:35:42,618 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-src_1aa34d23/mlc-cached-state.json
[2025-02-09 12:35:42,631 module.py:560 INFO] - * mlcr get,sut,description
[2025-02-09 12:35:42,639 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:42,644 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:42,645 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:42,661 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:42,675 module.py:560 INFO] - * mlcr detect,cpu
[2025-02-09 12:35:42,682 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:42,688 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:42,688 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:42,709 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:42,723 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:42,723 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/run.sh from tmp-run.sh
[2025-02-09 12:35:42,757 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/customize.py
[2025-02-09 12:35:42,771 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:42,772 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:42,773 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:42,773 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:42,784 module.py:560 INFO] - * mlcr get,compiler
[2025-02-09 12:35:42,785 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-llvm_076ab979/mlc-cached-state.json
[2025-02-09 12:35:42,862 module.py:560 INFO] - * mlcr get,generic-python-lib,_package.dmiparser
[2025-02-09 12:35:42,872 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:42,873 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:42,873 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:42,873 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:42,874 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:42,874 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:35:42,933 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 5.1
[2025-02-09 12:35:42,950 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:42,951 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:42,951 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:42,951 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:42,952 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_66eb448f/mlc-cached-state.json
[2025-02-09 12:35:42,959 module.py:560 INFO] - * mlcr get,cache,dir,_name.mlperf-inference-sut-descriptions
[2025-02-09 12:35:42,960 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-cache-dir_a32ce481/mlc-cached-state.json
Generating SUT description file for 2bb3d3804352-onnxruntime
[2025-02-09 12:35:42,966 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-mlperf-inference-sut-description/customize.py
[2025-02-09 12:35:42,980 module.py:560 INFO] - * mlcr get,mlperf,inference,results,dir,_version.r5.0-dev
[2025-02-09 12:35:42,999 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-results-dir_b14e6733/mlc-cached-state.json
[2025-02-09 12:35:43,006 module.py:560 INFO] - * mlcr install,pip-package,for-mlc-python,_package.tabulate
[2025-02-09 12:35:43,007 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/install-pip-package-for-mlc-python_0a233de4/mlc-cached-state.json
[2025-02-09 12:35:43,014 module.py:560 INFO] - * mlcr get,mlperf,inference,utils
[2025-02-09 12:35:43,033 module.py:560 INFO] - * mlcr get,mlperf,inference,src
[2025-02-09 12:35:43,034 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-src_1aa34d23/mlc-cached-state.json
[2025-02-09 12:35:43,039 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-mlperf-inference-utils/customize.py
Using MLCommons Inference source from /home/mlcuser/MLC/repos/local/cache/get-git-repo_a010f5ba/inference
Running loadgen scenario: Offline and mode: performance
[2025-02-09 12:35:43,212 module.py:560 INFO] - * mlcr app,mlperf,inference,generic,_reference,_resnet50,_onnxruntime,_cpu,_valid,_r5.0-dev_default,_offline
[2025-02-09 12:35:43,223 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:43,229 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:43,229 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:43,247 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:43,261 module.py:560 INFO] - * mlcr get,sys-utils-cm
[2025-02-09 12:35:43,262 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-sys-utils-cm_edc7d689/mlc-cached-state.json
[2025-02-09 12:35:43,272 module.py:560 INFO] - * mlcr get,python
[2025-02-09 12:35:43,273 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:43,274 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:43,274 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:43,297 module.py:560 INFO] - * mlcr get,mlcommons,inference,src
[2025-02-09 12:35:43,299 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-src_0d0695b9/mlc-cached-state.json
[2025-02-09 12:35:43,305 module.py:560 INFO] - * mlcr get,mlperf,inference,utils
[2025-02-09 12:35:43,328 module.py:560 INFO] - * mlcr get,mlperf,inference,src
[2025-02-09 12:35:43,330 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-src_0d0695b9/mlc-cached-state.json
[2025-02-09 12:35:43,335 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-mlperf-inference-utils/customize.py
[2025-02-09 12:35:43,350 module.py:560 INFO] - * mlcr get,dataset-aux,imagenet-aux
[2025-02-09 12:35:43,351 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-dataset-imagenet-aux_8c5cefe0/mlc-cached-state.json
[2025-02-09 12:35:43,509 module.py:560 INFO] - * mlcr app,mlperf,reference,inference,_cpu,_resnet50,_onnxruntime,_offline,_fp32
[2025-02-09 12:35:43,518 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:43,523 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:43,523 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:43,538 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:43,552 module.py:560 INFO] - * mlcr detect,cpu
[2025-02-09 12:35:43,559 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:43,565 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:43,565 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:43,584 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:43,598 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:43,599 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/run.sh from tmp-run.sh
[2025-02-09 12:35:43,638 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/customize.py
[2025-02-09 12:35:43,654 module.py:560 INFO] - * mlcr get,sys-utils-cm
[2025-02-09 12:35:43,656 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-sys-utils-cm_edc7d689/mlc-cached-state.json
[2025-02-09 12:35:43,668 module.py:560 INFO] - * mlcr get,python
[2025-02-09 12:35:43,670 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:43,670 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:43,670 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:43,747 module.py:560 INFO] - * mlcr get,generic-python-lib,_onnxruntime
[2025-02-09 12:35:43,757 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:43,758 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:43,758 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:43,758 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:43,759 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:43,759 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:35:43,817 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 1.20.1
[2025-02-09 12:35:43,833 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:43,835 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:43,835 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:43,835 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:43,836 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_77cd7fef/mlc-cached-state.json
[2025-02-09 12:35:43,867 module.py:560 INFO] - * mlcr get,ml-model,image-classification,resnet50,raw,_onnx,_fp32
[2025-02-09 12:35:43,870 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-ml-model-resnet50_3edcd59c/mlc-cached-state.json
[2025-02-09 12:35:43,871 module.py:2220 INFO] - Path to the ML model: /home/mlcuser/MLC/repos/local/cache/download-file_e94966f8/resnet50_v1.onnx
[2025-02-09 12:35:43,901 module.py:560 INFO] - * mlcr get,dataset,image-classification,imagenet,preprocessed,_NCHW
[2025-02-09 12:35:43,905 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e7cc0feb/mlc-cached-state.json
[2025-02-09 12:35:43,916 module.py:560 INFO] - * mlcr get,dataset-aux,image-classification,imagenet-aux
[2025-02-09 12:35:43,918 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-dataset-imagenet-aux_8c5cefe0/mlc-cached-state.json
[2025-02-09 12:35:43,930 module.py:560 INFO] - * mlcr generate,user-conf,mlperf,inference
[2025-02-09 12:35:43,938 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:43,946 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:43,946 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:43,965 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:43,980 module.py:560 INFO] - * mlcr detect,cpu
[2025-02-09 12:35:43,987 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:43,993 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:43,993 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:44,011 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:44,024 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:44,025 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/run.sh from tmp-run.sh
[2025-02-09 12:35:44,059 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/customize.py
[2025-02-09 12:35:44,074 module.py:560 INFO] - * mlcr get,python
[2025-02-09 12:35:44,075 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,076 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,076 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,097 module.py:560 INFO] - * mlcr get,mlcommons,inference,src
[2025-02-09 12:35:44,098 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-src_0d0695b9/mlc-cached-state.json
[2025-02-09 12:35:44,107 module.py:560 INFO] - * mlcr get,sut,configs
[2025-02-09 12:35:44,116 module.py:560 INFO] - * mlcr get,cache,dir,_name.mlperf-inference-sut-configs
[2025-02-09 12:35:44,117 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-cache-dir_7a93efd8/mlc-cached-state.json
[2025-02-09 12:35:44,118 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-mlperf-inference-sut-configs/customize.py
Using MLCommons Inference source from '/home/mlcuser/MLC/repos/local/cache/get-git-repo_a010f5ba/inference'
Original configuration value 36.5117 target_qps
Adjusted configuration value 36.876816999999996 target_qps
Output Dir: '/home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1'
resnet50.Offline.target_qps = 36.876816999999996
[2025-02-09 12:35:44,165 module.py:560 INFO] - * mlcr get,loadgen
[2025-02-09 12:35:44,167 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-loadgen_b452fe5c/mlc-cached-state.json
[2025-02-09 12:35:44,168 module.py:2220 INFO] - Path to the tool: /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-loadgen_b452fe5c/install
[2025-02-09 12:35:44,193 module.py:560 INFO] - * mlcr get,mlcommons,inference,src
[2025-02-09 12:35:44,195 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-src_0d0695b9/mlc-cached-state.json
[2025-02-09 12:35:44,217 module.py:560 INFO] - * mlcr get,mlcommons,inference,src
[2025-02-09 12:35:44,219 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-mlperf-inference-src_1aa34d23/mlc-cached-state.json
[2025-02-09 12:35:44,300 module.py:560 INFO] - * mlcr get,generic-python-lib,_package.psutil
[2025-02-09 12:35:44,313 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,315 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,315 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,315 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,317 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:44,317 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:35:44,380 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 6.1.1
[2025-02-09 12:35:44,396 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,397 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,398 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,398 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,399 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_41424236/mlc-cached-state.json
[2025-02-09 12:35:44,492 module.py:560 INFO] - * mlcr get,generic-python-lib,_opencv-python
[2025-02-09 12:35:44,506 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,507 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,508 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,508 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,509 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:44,509 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:35:44,574 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 4.11.0.86
[2025-02-09 12:35:44,591 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,592 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,593 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,593 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,594 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_82e3dc89/mlc-cached-state.json
[2025-02-09 12:35:44,672 module.py:560 INFO] - * mlcr get,generic-python-lib,_numpy
[2025-02-09 12:35:44,685 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,687 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,687 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,687 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,688 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:44,688 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:35:44,758 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 1.26.4
[2025-02-09 12:35:44,775 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,776 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,777 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,777 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,778 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_6595a45f/mlc-cached-state.json
[2025-02-09 12:35:44,856 module.py:560 INFO] - * mlcr get,generic-python-lib,_pycocotools
[2025-02-09 12:35:44,867 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,868 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,869 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,869 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,870 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:44,870 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:35:44,933 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 2.0.8
[2025-02-09 12:35:44,951 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:35:44,952 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:35:44,953 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:35:44,953 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:35:44,954 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_db75d5a3/mlc-cached-state.json
Using MLCommons Inference source from '/home/mlcuser/MLC/repos/local/cache/get-git-repo_a010f5ba/inference'
[2025-02-09 12:35:44,964 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/app-mlperf-inference-mlcommons-python/customize.py
[2025-02-09 12:35:44,973 module.py:560 INFO] - * mlcr benchmark-mlperf
[2025-02-09 12:35:44,982 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/benchmark-program-mlperf/customize.py
[2025-02-09 12:35:44,998 module.py:560 INFO] - * mlcr benchmark-program,program
[2025-02-09 12:35:45,008 module.py:560 INFO] - * mlcr detect,cpu
[2025-02-09 12:35:45,017 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:35:45,025 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:45,025 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:35:45,048 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:35:45,064 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:45,065 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/run.sh from tmp-run.sh
[2025-02-09 12:35:45,105 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/customize.py
CM script::benchmark-program/run.sh
Run Directory: /home/mlcuser/MLC/repos/local/cache/get-git-repo_a010f5ba/inference/vision/classification_and_detection
CMD: ./run_local.sh onnxruntime resnet50 cpu --scenario Offline --threads 16 --user_conf '/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/2ebe3e308bc64deaae1f0c7a54885e58.conf' --use_preprocessed_dataset --cache_dir /home/mlcuser/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e7cc0feb --dataset-list /home/mlcuser/MLC/repos/local/cache/extract-file_5e1e9382/val.txt 2>&1 | tee '/home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/console.out'; echo ${PIPESTATUS[0]} > exitstatus
[2025-02-09 12:35:45,119 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:35:45,120 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/benchmark-program/run-ubuntu.sh from tmp-run.sh
./run_local.sh onnxruntime resnet50 cpu --scenario Offline --threads 16 --user_conf '/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/2ebe3e308bc64deaae1f0c7a54885e58.conf' --use_preprocessed_dataset --cache_dir /home/mlcuser/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e7cc0feb --dataset-list /home/mlcuser/MLC/repos/local/cache/extract-file_5e1e9382/val.txt 2>&1 | tee '/home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/console.out'; echo ${PIPESTATUS[0]} > exitstatus
python3 python/main.py --profile resnet50-onnxruntime --model "/home/mlcuser/MLC/repos/local/cache/download-file_e94966f8/resnet50_v1.onnx" --dataset-path /home/mlcuser/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e7cc0feb --output "/home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1" --scenario Offline --threads 16 --user_conf /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/2ebe3e308bc64deaae1f0c7a54885e58.conf --use_preprocessed_dataset --cache_dir /home/mlcuser/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e7cc0feb --dataset-list /home/mlcuser/MLC/repos/local/cache/extract-file_5e1e9382/val.txt
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/mlcuser/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e7cc0feb', dataset_list='/home/mlcuser/MLC/repos/local/cache/extract-file_5e1e9382/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=32, model='/home/mlcuser/MLC/repos/local/cache/download-file_e94966f8/resnet50_v1.onnx', output='/home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1', inputs=None, outputs=['ArgMax:0'], backend='onnxruntime', device=None, model_name='resnet50', threads=16, qps=None, cache=0, cache_dir='/home/mlcuser/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e7cc0feb', preprocessed_dir=None, use_preprocessed_dataset=True, accuracy=False, find_peak_performance=False, debug=False, user_conf='/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/2ebe3e308bc64deaae1f0c7a54885e58.conf', audit_conf='audit.config', time=None, count=None, performance_sample_count=None, max_latency=None, samples_per_query=8)
INFO:imagenet:Loading 50000 preprocessed images using 16 threads
INFO:imagenet:loaded 50000 images, cache=0, already_preprocessed=True, took=1.6sec
INFO:main:starting TestScenario.Offline
TestScenario.Offline qps=0.70, mean=109.6314, time=1093.395, queries=768, tiles=50.0:111.8116,80.0:116.6598,90.0:123.8904,95.0:127.5947,99.0:132.0982,99.9:134.7332
[2025-02-09 12:54:02,627 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/benchmark-program/customize.py
[2025-02-09 12:54:03,014 module.py:560 INFO] - * mlcr save,mlperf,inference,state
[2025-02-09 12:54:03,031 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/save-mlperf-inference-implementation-state/customize.py
[2025-02-09 12:54:03,096 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:03,097 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/app-mlperf-inference/run.sh from tmp-run.sh
[2025-02-09 12:54:03,114 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/app-mlperf-inference/customize.py
[2025-02-09 12:54:03,304 module.py:560 INFO] - * mlcr get,mlperf,sut,description
[2025-02-09 12:54:03,317 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:54:03,327 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:03,327 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:54:03,356 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:54:03,383 module.py:560 INFO] - * mlcr detect,cpu
[2025-02-09 12:54:03,399 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:54:03,410 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:03,410 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:54:03,436 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:54:03,460 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:03,460 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/run.sh from tmp-run.sh
[2025-02-09 12:54:03,552 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-cpu/customize.py
[2025-02-09 12:54:03,575 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:03,578 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:03,579 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:03,579 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:03,602 module.py:560 INFO] - * mlcr get,compiler
[2025-02-09 12:54:03,606 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-llvm_076ab979/mlc-cached-state.json
[2025-02-09 12:54:03,697 module.py:560 INFO] - * mlcr get,generic-python-lib,_package.dmiparser
[2025-02-09 12:54:03,715 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:03,717 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:03,718 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:03,719 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:03,720 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:03,721 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:54:03,865 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 5.1
[2025-02-09 12:54:03,890 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:03,892 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:03,893 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:03,894 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:03,896 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_66eb448f/mlc-cached-state.json
[2025-02-09 12:54:03,909 module.py:560 INFO] - * mlcr get,cache,dir,_name.mlperf-inference-sut-descriptions
[2025-02-09 12:54:03,913 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-cache-dir_a32ce481/mlc-cached-state.json
Generating SUT description file for 2bb3d3804352-onnxruntime-1.20.1
[2025-02-09 12:54:03,926 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-mlperf-inference-sut-description/customize.py
[2025-02-09 12:54:03,950 module.py:560 INFO] - * mlcr get,platform,details
[2025-02-09 12:54:03,963 module.py:560 INFO] - * mlcr detect,os
[2025-02-09 12:54:03,973 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:03,973 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/run.sh from tmp-run.sh
[2025-02-09 12:54:04,000 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-os/customize.py
[2025-02-09 12:54:04,023 module.py:560 INFO] - * mlcr detect,sudo
[2025-02-09 12:54:04,072 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:04,072 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-sudo/run.sh from tmp-run.sh
[2025-02-09 12:54:04,080 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/detect-sudo/customize.py
[2025-02-09 12:54:04,189 module.py:560 INFO] - * mlcr get,sys-util,generic,_psmisc
[2025-02-09 12:54:04,196 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-sys-util_15690635/mlc-cached-state.json
[2025-02-09 12:54:04,293 module.py:560 INFO] - * mlcr get,sys-util,generic,_systemd
[2025-02-09 12:54:04,298 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-sys-util_6adbdc78/mlc-cached-state.json
[2025-02-09 12:54:04,391 module.py:560 INFO] - * mlcr get,sys-util,generic,_dmidecode
[2025-02-09 12:54:04,397 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-sys-util_7c64cdca/mlc-cached-state.json
[2025-02-09 12:54:04,503 module.py:560 INFO] - * mlcr get,sys-util,generic,_linux-tools
[2025-02-09 12:54:04,509 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-sys-util_f30b01bf/mlc-cached-state.json
[2025-02-09 12:54:04,512 module.py:5340 INFO] - ! cd /home/mlcuser
[2025-02-09 12:54:04,513 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-platform-details/run.sh from tmp-run.sh
WARNING: sudo permission is needed for some of the below commands
sudo numactl --hardware
/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-platform-details/run.sh: line 81: cpupower: command not found
sudo sysctl -a
ls: cannot access '/sys/devices/virtual/dmi/id': No such file or directory
/dev/mem: No such file or directory
/dev/mem: No such file or directory
System information has been saved to /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/system_info.txt
[2025-02-09 12:54:04,835 module.py:5487 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-platform-details/customize.py
SUT: 2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config, model: resnet50, scenario: Offline, target_qps (mean value) updated as 22.4791
New config stored in /home/mlcuser/MLC/repos/local/cache/get-cache-dir_7a93efd8/2bb3d3804352/reference-implementation/cpu-device/onnxruntime-framework/framework-version-v1.20.1/default_config-config.yaml
[2025-02-09 12:54:04,871 log_parser.py:59 INFO] Sucessfully loaded MLPerf log from /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/mlperf_log_detail.txt.
[2025-02-09 12:54:04,872 log_parser.py:59 INFO] Sucessfully loaded MLPerf log from /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/mlperf_log_detail.txt.
Running:
/home/mlcuser/venv/mlc/bin/python3 /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/dump-pip-freeze/dump.py
[2025-02-09 12:54:06,113 module.py:560 INFO] - * mlcr draw,graph,from-json
[2025-02-09 12:54:06,128 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:06,130 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:06,131 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:06,131 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:06,230 module.py:560 INFO] - * mlcr get,generic-python-lib,_package.networkx
[2025-02-09 12:54:06,247 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:06,249 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:06,249 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:06,250 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:06,251 module.py:5340 INFO] - ! cd /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1
[2025-02-09 12:54:06,252 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:54:06,337 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 3.4.2
[2025-02-09 12:54:06,361 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:06,363 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:06,363 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:06,364 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:06,365 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_ea0b493d/mlc-cached-state.json
[2025-02-09 12:54:06,459 module.py:560 INFO] - * mlcr get,generic-python-lib,_package.matplotlib
[2025-02-09 12:54:06,476 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:06,477 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:06,478 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:06,478 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:06,479 module.py:5340 INFO] - ! cd /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1
[2025-02-09 12:54:06,479 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:54:06,558 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 3.10.0
[2025-02-09 12:54:06,585 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:06,586 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:06,587 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:06,588 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:06,590 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_35d8dcad/mlc-cached-state.json
[2025-02-09 12:54:06,685 module.py:560 INFO] - * mlcr get,generic-python-lib,_package.typing_extensions
[2025-02-09 12:54:06,703 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:06,705 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:06,705 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:06,705 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:06,707 module.py:5340 INFO] - ! cd /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1
[2025-02-09 12:54:06,707 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/validate_cache.sh from tmp-run.sh
[2025-02-09 12:54:06,787 module.py:5487 INFO] - ! call "detect_version" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/get-generic-python-lib/customize.py
Detected version: 4.12.2
[2025-02-09 12:54:06,812 module.py:560 INFO] - * mlcr get,python3
[2025-02-09 12:54:06,815 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-python3_e43c688c/mlc-cached-state.json
[2025-02-09 12:54:06,815 module.py:2220 INFO] - Path to Python: /home/mlcuser/venv/mlc/bin/python3
[2025-02-09 12:54:06,816 module.py:2220 INFO] - Python version: 3.10.12
[2025-02-09 12:54:06,818 module.py:1274 INFO] - ! load /home/mlcuser/MLC/repos/local/cache/get-generic-python-lib_a86bece8/mlc-cached-state.json
[2025-02-09 12:54:06,831 module.py:5340 INFO] - ! cd /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1
[2025-02-09 12:54:06,831 module.py:5341 INFO] - ! call /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/draw-graph-from-json-data/run.sh from tmp-run.sh
Running:
/home/mlcuser/venv/mlc/bin/python3 /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/draw-graph-from-json-data/process-mlc-deps.py /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/mlc-version-info.json --output_image /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/mlc-deps.png --output_mermaid /home/mlcuser/MLC/repos/local/cache\get-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/mlc-deps.mmd
Traceback (most recent call last):
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/draw-graph-from-json-data/process-mlc-deps.py", line 122, in
main()
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/draw-graph-from-json-data/process-mlc-deps.py", line 108, in main
with open(args.json_file, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/mlcuser/MLC/repos/local/cacheget-mlperf-inference-results-dir_b14e6733/valid_results/2bb3d3804352-reference-cpu-onnxruntime-v1.20.1-default_config/resnet50/offline/performance/run_1/mlc-version-info.json'
Traceback (most recent call last):
File "/home/mlcuser/venv/mlc/bin/mlcr", line 8, in
sys.exit(mlcr())
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1354, in mlcr
main()
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1441, in main
res = method(run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1196, in run
return self.call_script_module_function("run", run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1176, in call_script_module_function
result = automation_instance.run(run_args) # Pass args to the run method
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 225, in run
r = self._run(i)
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 1772, in _run
r = customize_code.preprocess(ii)
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/run-mlperf-inference-app/customize.py", line 286, in preprocess
r = mlc.access(ii)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 96, in access
result = method(self, options)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1196, in run
return self.call_script_module_function("run", run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1176, in call_script_module_function
result = automation_instance.run(run_args) # Pass args to the run method
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 225, in run
r = self._run(i)
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 1885, in _run
r = self._run_deps(post_deps, clean_env_keys_post_deps, env, state, const, const_state, add_deps_recursive, recursion_spaces,
File "/home/mlcuser/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 3708, in _run_deps
r = self.action_object.access(ii)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 96, in access
result = method(self, options)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1196, in run
return self.call_script_module_function("run", run_args)
File "/home/mlcuser/venv/mlc/lib/python3.10/site-packages/mlc/main.py", line 1186, in call_script_module_function
raise ScriptExecutionError(f"Script {function_name} execution failed. Error : {error}")
mlc.main.ScriptExecutionError: Script run execution failed. Error : MLC script failed (name = draw-graph-from-json-data, return code = 256)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Please file an issue at https://github.com/mlcommons/mlperf-automations/issues along with the full MLC command being run and the relevant
or full console log.
The text was updated successfully, but these errors were encountered: