runtime error
Exit code: 1. Reason: p_and_move http_get( File "/home/user/.pyenv/versions/3.10.17/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 437, in http_get raise RuntimeError( RuntimeError: An error occurred while downloading using `hf_transfer`. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 94, in <module> latent_diffusion, config_yaml = load_model( File "/home/user/app/app.py", line 62, in load_model latent_diffusion = instantiate_from_config(config_dict["model"]) File "/home/user/app/GenAU/src/utilities/model/model_util.py", line 103, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) File "/home/user/app/GenAU/src/models/genau_ddpm.py", line 1162, in __init__ super().__init__(conditioning_key=conditioning_key, *args, **kwargs) File "/home/user/app/GenAU/src/models/genau_ddpm.py", line 114, in __init__ self.clap = CLAPAudioEmbeddingClassifierFreev2( File "/home/user/app/GenAU/src/modules/conditional/conditional_models.py", line 1378, in __init__ self.model, self.model_cfg = create_model( File "/home/user/app/GenAU/src/modules/clap/open_clip/factory.py", line 141, in create_model model = CLAP(**model_cfg) File "/home/user/app/GenAU/src/modules/clap/open_clip/model.py", line 517, in __init__ self.text_branch = RobertaModel.from_pretrained("roberta-base") File "/home/user/.pyenv/versions/3.10.17/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3462, in from_pretrained raise EnvironmentError( OSError: Can't load the model for 'roberta-base'. 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 'roberta-base' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
Container logs:
Fetching error logs...