runtime error
Exit code: 1. Reason: kages/huggingface_hub/utils/_http.py", line 423, in hf_raise_for_status raise _format(GatedRepoError, message, response) from e huggingface_hub.errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-67fa33cd-0f59434a60d60b1827d32dc4;8f5922e5-b05c-44ac-83c9-9ca424924f6a) Cannot access gated repo for url https://huggingface.co/meta-llama/Llama-4-Maverick-17B-128E-Instruct/resolve/main/config.json. Access to model meta-llama/Llama-4-Maverick-17B-128E-Instruct is restricted. You must have access to it and be authenticated to access it. Please log in. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> generator = pipeline("text-generation", model=model_name) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 692, in pipeline config = AutoConfig.from_pretrained(model, _from_pipeline=task, **hub_kwargs, **model_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 896, 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 573, 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 628, in _get_config_dict resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 424, in cached_file raise EnvironmentError( OSError: meta-llama/Llama-4-Maverick-17B-128E-Instruct is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with `use_auth_token` or log in with `huggingface-cli login` and pass `use_auth_token=True`.
Container logs:
Fetching error logs...