runtime error
Exit code: 1. Reason: turn fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1007, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1168, in _hf_hub_download_to_cache_dir _download_to_tmp_and_move( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1720, in _download_to_tmp_and_move xet_get( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 626, in xet_get download_files( RuntimeError: Data processing error: I/O error: Permission denied (os error 13) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/webui.py", line 46, in <module> tts = IndexTTS2(model_dir=cmd_args.model_dir, File "/home/user/app/indextts/infer_v2.py", line 112, in __init__ self.semantic_model, self.semantic_mean, self.semantic_std = build_semantic_model( File "/home/user/app/indextts/utils/maskgct_utils.py", line 88, in build_semantic_model semantic_model = Wav2Vec2BertModel.from_pretrained("facebook/w2v-bert-2.0") File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 308, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4461, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 1137, in _get_resolved_checkpoint_files raise EnvironmentError( OSError: Can't load the model for 'facebook/w2v-bert-2.0'. 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 'facebook/w2v-bert-2.0' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
Container logs:
Fetching error logs...