runtime error

Exit code: 1. Reason: can also use `weights=VGG16_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/vgg16-397923af.pth" to /home/user/.cache/torch/hub/checkpoints/vgg16-397923af.pth 0%| | 0.00/528M [00:00<?, ?B/s] 46%|████▌ | 242M/528M [00:01<00:01, 254MB/s] 100%|██████████| 528M/528M [00:01<00:00, 304MB/s] Downloading vgg_lpips model from https://heibox.uni-heidelberg.de/f/607503859c864bc1b30b/?dl=1 to taming/modules/autoencoder/lpips/vgg.pth 0%| | 0.00/7.29k [00:00<?, ?B/s] 8.19kB [00:00, 793kB/s] loaded pretrained LPIPS loss from taming/modules/autoencoder/lpips/vgg.pth 0%| | 0.00/571M [00:00<?, ?B/s] 1%| | 4.50M/571M [00:01<02:42, 3.65MB/s] 12%|█▏ | 70.5M/571M [00:02<00:13, 38.0MB/s] 25%|██▌ | 143M/571M [00:03<00:08, 54.1MB/s]  35%|███▍ | 198M/571M [00:09<00:21, 18.3MB/s] 41%|████ | 232M/571M [00:20<00:19, 18.3MB/s] 41%|████ | 232M/571M [00:20<00:42, 8.38MB/s] 43%|████▎ | 246M/571M [00:34<00:40, 8.38MB/s] 43%|████▎ | 246M/571M [00:47<01:58, 2.87MB/s] 44%|████▎ | 249M/571M [00:48<01:56, 2.88MB/s] 45%|████▍ | 256M/571M [00:58<01:12, 4.55MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 73, in <module> checkpoint = pretrained.download_checkpoint(cloob_config) File "/home/user/app/./cloob-latent-diffusion/cloob-training/cloob_training/pretrained.py", line 30, in download_checkpoint hub.download_url_to_file(url, str(dest_file), hash_prefix=model_hash) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 760, in download_url_to_file raise RuntimeError( RuntimeError: invalid hash value (expected "405a3c31572e0a38f8632fa0db704d0e4521ad663555479f86babd3d178b1892", got "c80018a09173e1e02ce0764719847af77a3977ab7c0b5a8d5b0c05efea7b072e")

Container logs:

Fetching error logs...