runtime error

s/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 63, in send return super().send(request, *args, **kwargs) File "/home/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: /ku-nlp/deberta-v2-large-japanese-char-wwm/resolve/main/pytorch_model.bin (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fed339d03a0>: Failed to resolve \'huggingface.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: 6f2da428-a5d3-4104-801d-9667ec916dc9)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/webui.py", line 20, in <module> from infer import infer, latest_version, get_net_g, infer_multilang File "/home/user/app/infer.py", line 12, in <module> from text import cleaned_text_to_sequence, get_bert File "/home/user/app/text/__init__.py", line 61, in <module> check_bert_models() File "/home/user/app/text/__init__.py", line 48, in check_bert_models _check_bert(v["repo_id"], v["files"], local_path) File "/home/user/app/text/bert_utils.py", line 21, in _check_bert hf_hub_download( 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 1377, 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...