runtime error
Exit code: 1. Reason: �███████| 3.83k/3.83k [00:00<00:00, 9.96MB/s] tokenizer_config.json: 0%| | 0.00/283k [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 283k/283k [00:00<00:00, 27.2MB/s] vocab.json: 0%| | 0.00/1.04M [00:00<?, ?B/s][A vocab.json: 100%|██████████| 1.04M/1.04M [00:00<00:00, 31.6MB/s] merges.txt: 0%| | 0.00/494k [00:00<?, ?B/s][A merges.txt: 100%|██████████| 494k/494k [00:00<00:00, 22.1MB/s] normalizer.json: 0%| | 0.00/52.7k [00:00<?, ?B/s][A normalizer.json: 100%|██████████| 52.7k/52.7k [00:00<00:00, 202MB/s] added_tokens.json: 0%| | 0.00/34.6k [00:00<?, ?B/s][A added_tokens.json: 100%|██████████| 34.6k/34.6k [00:00<00:00, 71.0MB/s] special_tokens_map.json: 0%| | 0.00/2.19k [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 2.19k/2.19k [00:00<00:00, 13.0MB/s] preprocessor_config.json: 0%| | 0.00/339 [00:00<?, ?B/s][A preprocessor_config.json: 100%|██████████| 339/339 [00:00<00:00, 2.05MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> asr_pipeline = pipeline( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 1097, in pipeline return pipeline_class(model=model, framework=framework, task=task, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/automatic_speech_recognition.py", line 219, in __init__ super().__init__(model, tokenizer, feature_extractor, device=device, torch_dtype=torch_dtype, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 919, in __init__ self._preprocess_params, self._forward_params, self._postprocess_params = self._sanitize_parameters(**kwargs) TypeError: AutomaticSpeechRecognitionPipeline._sanitize_parameters() got an unexpected keyword argument 'use_auth_token'
Container logs:
Fetching error logs...