runtime error
Exit code: 1. Reason: ███| 1.98k/1.98k [00:00<00:00, 17.2MB/s] model.safetensors: 0%| | 0.00/290M [00:00<?, ?B/s][A model.safetensors: 4%|▎ | 10.5M/290M [00:01<00:52, 5.32MB/s][A model.safetensors: 100%|█████████▉| 290M/290M [00:02<00:00, 113MB/s] generation_config.json: 0%| | 0.00/3.81k [00:00<?, ?B/s][A generation_config.json: 100%|██████████| 3.81k/3.81k [00:00<00:00, 30.1MB/s] preprocessor_config.json: 0%| | 0.00/433 [00:00<?, ?B/s][A preprocessor_config.json: 100%|██████████| 433/433 [00:00<00:00, 4.94MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 41, in <module> tts_processor = AutoProcessor.from_pretrained(tts_processor_name, cache_dir=cache_dir) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/processing_auto.py", line 334, in from_pretrained return processor_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1070, 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 1116, 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/utils/import_utils.py", line 1736, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1724, in requires_backends raise ImportError("".join(failed)) ImportError: SpeechT5Tokenizer requires the SentencePiece library but it was not found in your environment. Checkout the instructions on the installation page of its repo: https://github.com/google/sentencepiece#installation and follow the ones that match your environment. Please note that you may need to restart your runtime after installation.
Container logs:
Fetching error logs...