runtime error

e/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'huggingface.co\', port=443): Max retries exceeded with url: /timm/fastvit_s12.apple_in1k/resolve/main/config.json (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f5894bda800>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: fd78177a-4269-41d1-859d-47115674cf2b)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> base_model = FastViT(None) File "/home/user/.local/lib/python3.10/site-packages/autodistill_fastvit/fastvit.py", line 29, in __init__ model = timm.create_model("hf_hub:timm/fastvit_s12.apple_in1k", pretrained=True) File "/home/user/.local/lib/python3.10/site-packages/timm/models/_factory.py", line 102, in create_model pretrained_cfg, model_name = load_model_config_from_hf(model_name) File "/home/user/.local/lib/python3.10/site-packages/timm/models/_hub.py", line 139, in load_model_config_from_hf cached_file = download_from_hf(model_id, 'config.json') File "/home/user/.local/lib/python3.10/site-packages/timm/models/_hub.py", line 134, in download_from_hf return hf_hub_download(hf_model_id, filename, revision=hf_********) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1363, in hf_hub_download raise LocalEntryNotFoundError( huggingface_hub.utils._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.

Container logs:

Fetching error logs...