runtime error

Exit code: 1. Reason: 6, 40, 28], [36, 75, 76, 55, 72, 146], [142, 110, 192, 243, 459, 401]], [256, 512, 1024]] /usr/local/lib/python3.10/site-packages/torch/functional.py:513: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3609.) return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] Model Summary: 407 layers, 37620125 parameters, 37620125 gradients, 106.5 GFLOPS Traceback (most recent call last): File "/home/user/.cache/torch/hub/WongKinYiu_yolov7_main/utils/google_utils.py", line 26, in attempt_download assets = [x['name'] for x in response['assets']] # release assets KeyError: 'assets' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/.cache/torch/hub/WongKinYiu_yolov7_main/hubconf.py", line 39, in create attempt_download(fname) # download if not found locally File "/home/user/.cache/torch/hub/WongKinYiu_yolov7_main/utils/google_utils.py", line 31, in attempt_download tag = subprocess.check_output('git tag', shell=True).decode().split()[-1] IndexError: list index out of range The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> model = torch.hub.load('WongKinYiu/yolov7', 'yolov7', force_reload=True) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 570, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 599, in _load_local model = entry(*args, **kwargs) File "/home/user/.cache/torch/hub/WongKinYiu_yolov7_main/hubconf.py", line 82, in yolov7 return create('yolov7', pretrained, channels, classes, autoshape) File "/home/user/.cache/torch/hub/WongKinYiu_yolov7_main/hubconf.py", line 54, in create raise Exception(s) from e Exception: Cache maybe be out of date, try force_reload=True.

Container logs:

Fetching error logs...