runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 19, in <module> model.load_state_dict(torch.load("finetuned_best.pth", map_location=device)) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/serialization.py", line 1530, in load with _open_file_like(f, "rb") as opened_file: ~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/serialization.py", line 795, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.13/site-packages/torch/serialization.py", line 776, in __init__ super().__init__(open(name, mode)) # noqa: SIM115 ~~~~^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'finetuned_best.pth'

Container logs:

Fetching error logs...