runtime error

wnload 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. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> model = M2UGen(llama_ckpt_dir, llama_tokenzier_path, args, knn=False, stage=None, load_llama=False) File "/home/user/app/llama/m2ugen.py", line 46, in __init__ self.mert_model = AutoModel.from_pretrained(self.args.mert_path, trust_remote_code=True).to("cuda:0") File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 526, in from_pretrained config, kwargs = AutoConfig.from_pretrained( File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1057, in from_pretrained config_class = get_class_from_dynamic_module( File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 487, in get_class_from_dynamic_module final_module = get_cached_module_file( File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 293, in get_cached_module_file resolved_module_file = cached_file( File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/transformers/utils/hub.py", line 470, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like m-a-p/MERT-v1-330M is not the path to a directory containing a file named configuration_MERT.py. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.

Container logs:

Fetching error logs...