runtime error

Exit code: 3. Reason: g.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.10/contextlib.py", line 199, in __aenter__ return await anext(self.gen) File "/app/server.py", line 179, in lifespan tok, llm = load_llm() File "/app/server.py", line 106, in load_llm tokenizer = AutoTokenizer.from_pretrained(LLM_MODEL_ID, token=tok_arg, cache_dir=CACHE_DIR) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 628, in from_pretrained config = PreTrainedConfig.from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 531, in from_pretrained config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 572, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 627, in _get_config_dict resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 276, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 483, in cached_files raise OSError( OSError: You are trying to access a gated repo. Make sure to have access to it at https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct. 401 Client Error. (Request ID: Root=1-699c7eb3-6b8dae641ff2d6664ebe5fa9;109c350c-b5c7-4b39-8486-893fc82ecda9) Cannot access gated repo for url https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct/resolve/main/config.json. Access to model meta-llama/Llama-3.2-3B-Instruct is restricted. You must have access to it and be authenticated to access it. Please log in. ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...