runtime error
οΏ½βββββ | 325M/499M [00:04<00:02, 64.0MB/s] Downloading model.safetensors: 69%|βββββββ | 346M/499M [00:04<00:02, 64.8MB/s] Downloading model.safetensors: 74%|ββββββββ | 367M/499M [00:05<00:02, 57.5MB/s] Downloading model.safetensors: 78%|ββββββββ | 388M/499M [00:05<00:01, 62.9MB/s] Downloading model.safetensors: 80%|ββββββββ | 398M/499M [00:05<00:01, 53.0MB/s] Downloading model.safetensors: 84%|βββββββββ | 419M/499M [00:06<00:01, 64.8MB/s] Downloading model.safetensors: 86%|βββββββββ | 430M/499M [00:06<00:01, 63.9MB/s] Downloading model.safetensors: 90%|βββββββββ | 451M/499M [00:06<00:00, 66.2MB/s] Downloading model.safetensors: 95%|ββββββββββ| 472M/499M [00:06<00:00, 70.3MB/s] Downloading model.safetensors: 97%|ββββββββββ| 482M/499M [00:06<00:00, 73.7MB/s] Downloading model.safetensors: 99%|ββββββββββ| 493M/499M [00:07<00:00, 78.6MB/s] Downloading model.safetensors: 100%|ββββββββββ| 499M/499M [00:07<00:00, 70.8MB/s] Some weights of RobertaModel were not initialized from the model checkpoint at roberta-base and are newly initialized: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> audioldm = build_model() File "/home/user/app/audioldm/pipeline.py", line 55, in build_model latent_diffusion.load_state_dict(checkpoint["state_dict"]) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2041, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for LatentDiffusion: Unexpected key(s) in state_dict: "cond_stage_model.model.text_branch.embeddings.position_ids".
Container logs:
Fetching error logs...