runtime error

Exit code: 1. Reason: elf.model = LlavaLlamaModel(config) File "/home/user/app/llava/model/language_model/llava_llama.py", line 40, in __init__ super(LlavaLlamaModel, self).__init__(config) File "/home/user/app/llava/model/llava_arch.py", line 35, in __init__ self.vision_tower = build_vision_tower(config, delay_load=True) File "/home/user/app/llava/model/multimodal_encoder/builder.py", line 15, in build_vision_tower return FlorenceVisionTower(vision_tower, args=vision_tower_cfg, **kwargs) File "/home/user/app/llava/model/multimodal_encoder/florence_encoder.py", line 21, in __init__ self.load_model() File "/home/user/app/llava/model/multimodal_encoder/florence_encoder.py", line 30, in load_model self.vision_tower = AutoModelForCausalLM.from_pretrained(self.vision_tower_name, trust_remote_code=True).to(torch.bfloat16) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 524, in from_pretrained config, kwargs = AutoConfig.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 981, in from_pretrained config_class = get_class_from_dynamic_module( File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 502, in get_class_from_dynamic_module final_module = get_cached_module_file( File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 306, in get_cached_module_file resolved_module_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 445, 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 jiuhai/florence-llama-vision-tower is not the path to a directory containing a file named configuration_florence2.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...