runtime error

Exit code: 1. Reason: lling the following at the beginnign of your scripts: `import torchtext; torchtext.disable_torchtext_deprecation_warning()` warnings.warn(torchtext._TORCHTEXT_DEPRECATION_MSG) /usr/local/lib/python3.10/site-packages/transformers/models/auto/image_processing_auto.py:513: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use `slow_image_processor_class`, or `fast_image_processor_class` instead warnings.warn( CustomVisionEncoderDecoderModel init VariableUnimerNetModel init VariableUnimerNetPatchEmbeddings init VariableUnimerNetModel init VariableUnimerNetPatchEmbeddings init CustomMBartForCausalLM init CustomMBartDecoder init CustomVisionEncoderDecoderModel init VariableUnimerNetModel init VariableUnimerNetPatchEmbeddings init VariableUnimerNetModel init VariableUnimerNetPatchEmbeddings init CustomMBartForCausalLM init CustomMBartDecoder init CustomVisionEncoderDecoderModel init VariableUnimerNetModel init VariableUnimerNetPatchEmbeddings init VariableUnimerNetModel init VariableUnimerNetPatchEmbeddings init CustomMBartForCausalLM init CustomMBartDecoder init Traceback (most recent call last): File "/home/user/app/app.py", line 68, in <module> model_base, vis_processor = load_model_and_processor(os.path.join(root_path, "cfg_base.yaml")) File "/home/user/app/app.py", line 37, in load_model_and_processor model = task.build_model(cfg) File "/home/user/app/unimernet/tasks/base_task.py", line 33, in build_model return model_cls.from_config(model_config) File "/home/user/app/unimernet/models/unimernet/unimernet.py", line 108, in from_config model.load_checkpoint_from_config(cfg) File "/home/user/app/unimernet/models/base_model.py", line 97, in load_checkpoint_from_config self.load_from_pretrained(url_or_filename=pretrain_path, **kwargs) File "/home/user/app/unimernet/models/blip2_models/blip2.py", line 98, in load_from_pretrained raise RuntimeError("checkpoint url or path is invalid") RuntimeError: checkpoint url or path is invalid

Container logs:

Fetching error logs...