runtime error
Exit code: 1. Reason: ig = AutoConfig.from_pretrained( model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1465, in from_pretrained config_dict, unused_kwargs = PreTrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/configuration_utils.py", line 659, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/configuration_utils.py", line 714, in _get_config_dict resolved_config_file = cached_file( pretrained_model_name_or_path, ...<9 lines>... _commit_hash=commit_hash, ) File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 278, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.13/site-packages/transformers/utils/hub.py", line 488, in cached_files raise OSError( ...<2 lines>... ) from e omegaconf.errors.InterpolationResolutionError: OSError raised while resolving interpolation: You are trying to access a gated repo. Make sure to have access to it at https://huggingface.co/formospeech/whisper-large-v3-taiwanese-hakka. 401 Client Error. (Request ID: Root=1-6a0568ca-2a98a6984364c2a12465d37a;89ab3bb6-6047-4718-b844-28cb61004a7e) Cannot access gated repo for url https://huggingface.co/formospeech/whisper-large-v3-taiwanese-hakka/resolve/main/config.json. Access to model formospeech/whisper-large-v3-taiwanese-hakka is restricted. You must have access to it and be authenticated to access it. Please log in. full_key: whisper-large-v3.model object_type=dict
Container logs:
Fetching error logs...