runtime error
Exit code: 1. Reason: d 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 "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/app/tinyllava/serve/app.py", line 352, in <module> model, tokenizer, image_processor, context_len = load_pretrained_model( File "/app/tinyllava/model/load_model.py", line 42, in load_pretrained_model model = TinyLlavaForConditionalGeneration(model_config) File "/app/tinyllava/model/modeling_tinyllava.py", line 64, in __init__ self.vision_tower = VisionTowerFactory(config.vision_model_name_or_path)(config.vision_config) File "/app/tinyllava/model/vision_tower/aimv2.py", line 12, in __init__ self._image_processor = AutoImageProcessor.from_pretrained(cfg.model_name_or_path) File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/image_processing_auto.py", line 360, in from_pretrained config_dict, _ = ImageProcessingMixin.get_image_processor_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/image_processing_utils.py", line 334, in get_image_processor_dict resolved_image_processor_file = cached_file( File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/hub.py", line 441, 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 apple/aimv2-large-patch14-224-distilled is not the path to a directory containing a file named preprocessor_config.json. 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...