Hugging Face's logo
drizzymedia
/
Agents
Runtime error

runtime error

Exit code: 1. Reason: Llama-3-8B-Instruct is restricted and you are not in the authorized list. Visit https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct to ask for access. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 59, in <module> _text_encoder = load_text_encoder(mode="local", device="cpu") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/ardy/model/load_model.py", line 151, in load_text_encoder text_encoder = instantiate_from_dict(conf) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/ardy/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 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 'ardy.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-6a6a034a-117e027c593ef8e15e17f36a;748c537b-1954-47ff-bcc4-6d67acb755ce)\n\nCannot access gated repo for url https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/resolve/main/config.json.\nAccess to model meta-llama/Meta-Llama-3-8B-Instruct is restricted and you are not in the authorized list. Visit https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct to ask for access.')

Container logs:

Fetching error logs...