runtime error

Exit code: 1. Reason: ing_utils.py", line 944, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 990, in _get_arguments_from_pretrained args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs)) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 942, in from_pretrained return tokenizer_class_py.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2197, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'nada15/wav2vec2-large-xls-r-300m-dm32'. 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 'nada15/wav2vec2-large-xls-r-300m-dm32' is the correct path to a directory containing all relevant files for a Wav2Vec2CTCTokenizer tokenizer. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> processor = Wav2Vec2Processor.from_pretrained(model_name) File "/usr/local/lib/python3.10/site-packages/transformers/models/wav2vec2/processing_wav2vec2.py", line 71, in from_pretrained tokenizer = Wav2Vec2CTCTokenizer.from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2197, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'nada15/wav2vec2-large-xls-r-300m-dm32'. 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 'nada15/wav2vec2-large-xls-r-300m-dm32' is the correct path to a directory containing all relevant files for a Wav2Vec2CTCTokenizer tokenizer.

Container logs:

Fetching error logs...