Skip to content

couldn't download LLAMA2-70B model in Rocky9.6 system. #858

@nickmeng2020

Description

@nickmeng2020

Downloading: bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/heads/main/mlc-r2-downloader.sh) -d '/root/MLC/repos/local/cache/download-file_fc9ce6ba/llama-2-70b-chat-hf.uri' https://llama2.mlcommons-storage.org/metadata/llama-2-70b-chat-hf.uri
Checking if authentication is required...
Error: Network or connection issue while checking authentication requirements
Please check your network connection and the provided URL, then try again.
Download failed after 2 attempt(s).
Traceback (most recent call last):
File "/usr/local/bin/mlcr", line 8, in
sys.exit(mlcr())
^^^^^^
File "/usr/local/lib/python3.12/site-packages/mlc/main.py", line 91, in mlcr
mlc_expand_short("run")
File "/usr/local/lib/python3.12/site-packages/mlc/main.py", line 88, in mlc_expand_short
main()
File "/usr/local/lib/python3.12/site-packages/mlc/main.py", line 380, in main
res = method(run_args)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/mlc/script_action.py", line 386, in run
return self.call_script_module_function("run", run_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/mlc/script_action.py", line 262, in call_script_module_function
result = automation_instance.run(run_args) # Pass args to the run method
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 287, in run
r = self._run(i)
^^^^^^^^^^^^
File "/root/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py", line 1458, in _run
r = customize_code.preprocess(ii)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/MLC/repos/mlcommons@mlperf-automations/script/run-mlperf-inference-app/customize.py", line 285, in preprocess
r = mlc.access(ii)
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/mlc/action.py", line 58, in access
result = method(options)
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/mlc/script_action.py", line 386, in run
return self.call_script_module_function("run", run_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/mlc/script_action.py", line 282, in call_script_module_function
raise ScriptExecutionError(f"Script {function_name} execution failed in {module_path}. \nError : {error}")
mlc.script_action.ScriptExecutionError: Script run execution failed in /root/MLC/repos/mlcommons@mlperf-automations/automation/script/module.py.
Error : Native run script failed inside MLC script (name = download-file, 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.

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