runtime error
Exit code: 1. Reason: hon3.10/site-packages/huggingface_hub/file_download.py:982: UserWarning: Not enough free disk space to download the file. The expected file size is: 54.37 MB. The target location /home/user/.cache/huggingface/hub/models--charactr--vocos-mel-24khz/blobs only has 20.86 MB free disk space. warnings.warn( Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 513, in http_get hf_transfer.download( Exception: Failed too many failures in parallel (3): Exception: Error while downloading: No space left on device (os error 28) (no permits available) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 40, in <module> vocoder = load_vocoder() File "/usr/local/lib/python3.10/site-packages/f5_tts/infer/utils_infer.py", line 100, in load_vocoder vocoder = Vocos.from_pretrained("charactr/vocos-mel-24khz").to(device) File "/usr/local/lib/python3.10/site-packages/vocos/pretrained.py", line 68, in from_pretrained model_path = hf_hub_download(repo_id=repo_id, filename="pytorch_model.bin", revision=revision) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1221, 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 1367, 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 1884, in _download_to_tmp_and_move http_get( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 524, in http_get raise RuntimeError( RuntimeError: An error occurred while downloading using `hf_transfer`. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling.
Container logs:
Fetching error logs...