runtime error

Exit code: 1. Reason: the repo's authors. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 28, in <module> MODEL, RESOLVED_MODEL_NAME = load_model( ^^^^^^^^^^^ File "/home/user/app/kimodo/model/load_model.py", line 206, in load_model model = instantiate_from_dict(model_cfg, overrides={"device": device}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/kimodo/model/loading.py", line 41, in instantiate_from_dict return instantiate(conf) ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 331, in instantiate return instantiate_node( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 447, in instantiate_node value = instantiate_node( ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 452, in instantiate_node return _call_target(_target_, partial, args, kwargs, full_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 187, in _call_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error in call to target 'kimodo.model.llm2vec.llm2vec_wrapper.LLM2VecEncoder': OSError("You are trying to access a gated repo.\nMake sure to have access to it at https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct.\n403 Client Error. (Request ID: Root=1-6a61738a-09702a2338b77a2778cee44d;835f244a-1fe6-4111-9687-b6939bd17fbb)\n\nCannot access gated repo for url https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/resolve/main/config.json.\nYour request to access model meta-llama/Meta-Llama-3-8B-Instruct has been rejected by the repo's authors.") full_key: text_encoder

Container logs:

Fetching error logs...