runtime error
| 0.00/48.0 [00:00<?, ?B/s][A Downloading: 100%|██████████| 48.0/48.0 [00:00<00:00, 353kB/s] Downloading: 0%| | 0.00/226k [00:00<?, ?B/s][A Downloading: 100%|██████████| 226k/226k [00:00<00:00, 21.8MB/s] Downloading: 0%| | 0.00/455k [00:00<?, ?B/s][A Downloading: 100%|██████████| 455k/455k [00:00<00:00, 79.0MB/s] Downloading: 0%| | 0.00/570 [00:00<?, ?B/s][A Downloading: 100%|██████████| 570/570 [00:00<00:00, 4.55MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> model_smile = caption_model(pretrained=model_url['smile'], image_size=image_size, vit='base') File "/home/user/app/models/model.py", line 130, in caption_model model,msg = load_checkpoint(model,pretrained) File "/home/user/app/models/model.py", line 163, in load_checkpoint cached_file = download_cached_file(url_or_filename, check_hash=False, progress=True) File "/usr/local/lib/python3.10/site-packages/timm/models/hub.py", line 51, in download_cached_file download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 622, in download_url_to_file u = urlopen(req) File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/usr/local/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found
Container logs:
Fetching error logs...