runtime error

s.py", line 601, in _get_config_dict resolved_config_file = cached_path( File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py", line 282, in cached_path output_path = get_from_cache( File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py", line 545, in get_from_cache raise ValueError( ValueError: Connection error, and we cannot find the requested files in the cached path. Please 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 "app.py", line 23, in <module> model = ResponseGenerator(DEFAULT_MODEL, DECODING_CONFIG) File "/home/user/app/response_generation/response_generator.py", line 13, in __init__ self.model = AutoModelForCausalLM.from_pretrained(pretrained_model_name_or_path).to(self.device) File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/auto_factory.py", line 423, in from_pretrained config, kwargs = AutoConfig.from_pretrained( File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/configuration_auto.py", line 680, in from_pretrained config_dict, _ = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 553, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 634, in _get_config_dict raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like shaneweisz/DialoGPT-finetuned-gab-multiCONAN is not the path to a directory containing a config.json file. 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...