runtime error

Exit code: 1. Reason: hon3.10/site-packages/huggingface_hub/file_download.py", line 969, in _hf_hub_download_to_cache_dir _raise_on_head_call_error(head_call_error, force_download, local_files_only) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1489, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 58, in <module> net, feature_utils, seq_cfg = get_model() File "/home/user/app/app.py", line 47, in get_model feature_utils = FeaturesUtils(tod_vae_ckpt=model.vae_path, File "/home/user/app/mmaudio/model/utils/features_utils.py", line 49, in __init__ self.clip_model = create_model_from_pretrained('hf-hub:apple/DFN5B-CLIP-ViT-H-14-384', File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/open_clip/factory.py", line 544, in create_model_from_pretrained model = create_model( File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/open_clip/factory.py", line 281, in create_model checkpoint_path = download_pretrained_from_hf(model_id, cache_dir=cache_dir) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/open_clip/pretrained.py", line 755, in download_pretrained_from_hf raise FileNotFoundError(f"Failed to download file ({filename}) for {model_id}. Last error: {e}") FileNotFoundError: Failed to download file (open_clip_pytorch_model.bin) for apple/DFN5B-CLIP-ViT-H-14-384. Last error: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...