Description
(following instruction on https://docs.mlcommons.org/inference/benchmarks/language/llama3_1-405b/)
mlcr run-mlperf,inference,_find-performance,_full,_r5.0-dev
--model=llama3_1-405b-99
--implementation=reference
--framework=pytorch
--category=datacenter
--scenario=Offline
--execution_mode=test
--device=cpu
--docker --quiet
--test_query_count=10
mlcr run-mlperf,inference,_find-performance,_full,_r5.0-dev
--model=llama3_1-405b-99
--implementation=reference
--framework=pytorch
--category=datacenter
--scenario=Offline
--execution_mode=test
--device=cpu
--docker --quiet
--test_query_count=10
Traceback (most recent call last):
File "/home/hhremote/mlenergy2/bin/mlcr", line 8, in
sys.exit(mlcr())
^^^^^^
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1670, in mlcr
main()
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1752, in main
res = method(run_args)
^^^^^^^^^^^^^^^^
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1511, in run
return self.call_script_module_function("run", run_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1491, in call_script_module_function
result = automation_instance.run(run_args) # Pass args to the run method
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/hhremote/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 219, in run
r = self._run(i)
^^^^^^^^^^^^
File "/home/hhremote/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 281, in _run
from cmind import cli
ModuleNotFoundError: No module named 'cmind'
error after installing cmind:
mlcr run-mlperf,inference,_find-performance,_full,_r5.0-dev
--model=llama3_1-405b-99
--implementation=reference
--framework=pytorch
--category=datacenter
--scenario=Offline
--execution_mode=test
--device=cpu
--docker --quiet
--test_query_count=10
Traceback (most recent call last):
File "/home/hhremote/mlenergy2/bin/mlcr", line 8, in
sys.exit(mlcr())
^^^^^^
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1670, in mlcr
main()
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1752, in main
res = method(run_args)
^^^^^^^^^^^^^^^^
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1511, in run
return self.call_script_module_function("run", run_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/hhremote/mlenergy2/lib/python3.12/site-packages/mlc/main.py", line 1491, in call_script_module_function
result = automation_instance.run(run_args) # Pass args to the run method
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/hhremote/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 219, in run
r = self._run(i)
^^^^^^^^^^^^
File "/home/hhremote/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 286, in _run
mlc_input = r['mlc_input']
~^^^^^^^^^^^^^
KeyError: 'mlc_input'
Activity