runtime error
Exit code: 1. Reason: Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. Traceback (most recent call last): File "/app/app.py", line 7, in <module> processor = AutoProcessor.from_pretrained("nvidia/parakeet-ctc-0.6b-Vietnamese") File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line 403, in from_pretrained return PROCESSOR_MAPPING[type(config)].from_pretrained(pretrained_model_name_or_path, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/processing_utils.py", line 1402, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, processor_dict, **kwargs) File "/usr/local/lib/python3.13/site-packages/transformers/processing_utils.py", line 1523, in _get_arguments_from_pretrained sub_processor = auto_processor_class.from_pretrained( pretrained_model_name_or_path, subfolder=subfolder, **kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/feature_extraction_auto.py", line 313, in from_pretrained config_dict, _ = FeatureExtractionMixin.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/feature_extraction_utils.py", line 525, in get_feature_extractor_dict raise OSError( ...<4 lines>... ) OSError: Can't load feature extractor for 'nvidia/parakeet-ctc-0.6b-Vietnamese'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'nvidia/parakeet-ctc-0.6b-Vietnamese' is the correct path to a directory containing a preprocessor_config.json file
Container logs:
Fetching error logs...