runtime error

Exit code: 1. Reason: a_inpaint/first_stage/vq-f8-cb16384-openimages.ckpt with 0 missing and 49 unexpected keys Using first stage also as cond stage. /home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 57, in <module> MODEL = instantiate_from_config(parsed_config["model"]) File "/home/user/app/ldm/util.py", line 85, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) File "/home/user/app/ldm/models/diffusion/ddpm.py", line 450, in __init__ self.instantiate_cond_stage_instruction_embedder(cond_stage_instruction_embedder_config) File "/home/user/app/ldm/models/diffusion/ddpm.py", line 527, in instantiate_cond_stage_instruction_embedder self.cond_stage_instruction_embedder = instantiate_from_config(config) File "/home/user/app/ldm/util.py", line 85, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) File "/home/user/app/ldm/modules/encoders/modules.py", line 38, in __init__ self.tknz_fn = BERTTokenizer(vq_interface=False, max_length=max_seq_len) File "/home/user/app/ldm/modules/encoders/modules.py", line 10, in __init__ self.tokenizer = BertTokenizerFast.from_pretrained("bert-base-uncased") File "/home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 1788, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'bert-base-uncased'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'bert-base-uncased' is the correct path to a directory containing all relevant files for a BertTokenizerFast tokenizer.

Container logs:

Fetching error logs...