runtime error

Exit code: 1. Reason: on.1.bias', 'encoder.layer.2.adaLN_modulation.1.weight', 'encoder.layer.3.adaLN_modulation.1.bias', 'encoder.layer.3.adaLN_modulation.1.weight', 'encoder.layer.4.adaLN_modulation.1.bias', 'encoder.layer.4.adaLN_modulation.1.weight', 'encoder.layer.5.adaLN_modulation.1.bias', 'encoder.layer.5.adaLN_modulation.1.weight', 'encoder.layer.6.adaLN_modulation.1.bias', 'encoder.layer.6.adaLN_modulation.1.weight', 'encoder.layer.7.adaLN_modulation.1.bias', 'encoder.layer.7.adaLN_modulation.1.weight', 'encoder.layer.8.adaLN_modulation.1.bias', 'encoder.layer.8.adaLN_modulation.1.weight', 'encoder.layer.9.adaLN_modulation.1.bias', 'encoder.layer.9.adaLN_modulation.1.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. ------------------------------------------------------------------------------- app.py 4 <module> from launch.model_generation import model_generation_ui model_generation.py 55 <module> model = instantiate_from_config(model_config) train_util.py 18 instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) lrm_mesh.py 57 __init__ self.encoder = DinoWrapper( dino_wrapper.py 28 __init__ self.model, self.processor = self._build_dino(model_name) dino_wrapper.py 71 _build_dino processor = ViTImageProcessor.from_pretrained(model_name) image_processing_utils.py 205 from_pretrained image_processor_dict, kwargs = cls.get_image_processor_dict(pretrained_model_name_or_path, **kwargs) image_processing_utils.py 334 get_image_processor_dict resolved_image_processor_file = cached_file( hub.py 441 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 facebook/dino-vitb16 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...