runtime error

Exit code: 1. Reason: | 25.0/25.0 [00:00<00:00, 254kB/s] vocab.json: 0%| | 0.00/899k [00:00<?, ?B/s] vocab.json: 100%|██████████| 899k/899k [00:00<00:00, 36.0MB/s] merges.txt: 0%| | 0.00/456k [00:00<?, ?B/s] merges.txt: 100%|██████████| 456k/456k [00:00<00:00, 38.8MB/s] tokenizer.json: 0%| | 0.00/1.36M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 1.36M/1.36M [00:00<00:00, 9.24MB/s] config.json: 0%| | 0.00/481 [00:00<?, ?B/s] config.json: 100%|██████████| 481/481 [00:00<00:00, 3.67MB/s] tokenizer_config.json: 0%| | 0.00/52.0 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 52.0/52.0 [00:00<00:00, 465kB/s] vocab.json: 0%| | 0.00/899k [00:00<?, ?B/s] vocab.json: 100%|██████████| 899k/899k [00:00<00:00, 38.3MB/s] merges.txt: 0%| | 0.00/456k [00:00<?, ?B/s] merges.txt: 100%|██████████| 456k/456k [00:00<00:00, 58.3MB/s] config.json: 0%| | 0.00/474 [00:00<?, ?B/s] config.json: 100%|██████████| 474/474 [00:00<00:00, 4.93MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> model = EnsembleInference("Final_Model.pt") File "/home/user/app/inference.py", line 16, in __init__ self.load_models(model_path) File "/home/user/app/inference.py", line 19, in load_models state = torch.load(path, map_location=self.device) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1479, in load with _open_file_like(f, "rb") as opened_file: File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 759, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 740, in __init__ super().__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'Final_Model.pt'

Container logs:

Fetching error logs...