Skip to content

LLAMA3_1-405B-99 Docker Cmind not found issues #2105

Open
@hhuo24pm

Description

@hhuo24pm

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions