runtime error

Exit code: 1. Reason: ubHTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct/resolve/main/config.json (Request ID: Root=1-68628e96-4cf8c76e620c28f2734c9447;068b8c2f-6a14-45a7-80af-c90f07eb0334) Invalid credentials in Authorization header The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> tokenizer = AutoTokenizer.from_pretrained(model_id, use_auth_token=HF_TOKEN) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 1002, in from_pretrained config = AutoConfig.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1197, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 608, 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 667, in _get_config_dict resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 312, 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 553, in cached_files raise OSError(f"There was a specific connection error when trying to load {path_or_repo_id}:\n{e}") from e OSError: There was a specific connection error when trying to load meta-llama/Meta-Llama-3.1-8B-Instruct: 401 Client Error: Unauthorized for url: https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct/resolve/main/config.json (Request ID: Root=1-68628e96-4cf8c76e620c28f2734c9447;068b8c2f-6a14-45a7-80af-c90f07eb0334) Invalid credentials in Authorization header

Container logs:

Fetching error logs...