runtime error

Exit code: 1. Reason: Downloading (incomplete total...): 93%|█████████▎| 2.29k/2.45k [00:00<00:00, 58.4kB/s] Downloading (incomplete total...): 0%| | 2.45k/87.5M [00:00<25:02, 58.2kB/s] Downloading (incomplete total...): 100%|██████████| 87.5M/87.5M [00:01<00:00, 71.6MB/s] Fetching 4 files: 75%|███████▌ | 3/4 [00:01<00:00, 2.46it/s] Fetching 4 files: 100%|██████████| 4/4 [00:01<00:00, 3.28it/s] Download complete: 100%|██████████| 87.5M/87.5M [00:01<00:00, 71.6MB/s] /usr/local/lib/python3.12/site-packages/fastai/learner.py:455: UserWarning: load_learner` uses Python's insecure pickle module, which can execute malicious arbitrary code when loading. Only load files you trust. If you only need to load model weights and optimizer state, use the safe `Learner.load` instead. warn("load_learner` uses Python's insecure pickle module, which can execute malicious arbitrary code when loading. Only load files you trust.\nIf you only need to load model weights and optimizer state, use the safe `Learner.load` instead.") Traceback (most recent call last): File "/app/app.py", line 10, in <module> learner = from_pretrained_fastai(repo_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/huggingface_hub/fastai_utils.py", line 331, in from_pretrained_fastai return load_learner(os.path.join(storage_folder, "model.pkl")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/fastai/learner.py", line 465, in load_learner res.dls.cpu() ^^^ UnboundLocalError: cannot access local variable 'res' where it is not associated with a value Download complete: 100%|██████████| 87.5M/87.5M [00:01<00:00, 61.1MB/s]

Container logs:

Fetching error logs...