runtime error
Exit code: 1. Reason: t_wrapper hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 481, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/google/gemma-3-12b-it/resolve/main/config.json (Request ID: Root=1-68503ae8-50ed734249ab9b05631f6865;22705a95-5bfe-4a85-a9c0-9136e1c051e8) Invalid credentials in Authorization header During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> processor = AutoProcessor.from_pretrained(model_id, padding_side="left") File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/processing_auto.py", line 308, in from_pretrained config = AutoConfig.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1090, 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 594, 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 653, in _get_config_dict resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 406, in cached_file raise EnvironmentError(f"There was a specific connection error when trying to load {path_or_repo_id}:\n{err}") OSError: There was a specific connection error when trying to load google/gemma-3-12b-it: 401 Client Error: Unauthorized for url: https://huggingface.co/google/gemma-3-12b-it/resolve/main/config.json (Request ID: Root=1-68503ae8-50ed734249ab9b05631f6865;22705a95-5bfe-4a85-a9c0-9136e1c051e8) Invalid credentials in Authorization header
Container logs:
Fetching error logs...