runtime error

Exit code: 1. Reason: ubmit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) [2025-01-14 19:53:33] (2.4.1.post1) PyABSA(2.4.1.post1): If your code crashes on Colab, please use the GPU runtime. Then run "pip install pyabsa[dev] -U" and restart the kernel. Or if it does not work, you can use v1.x versions, e.g., pip install pyabsa<2.0 -U WARNING: When you fails to load a checkpoint, e.g., Unexpected key(s), Try to downgrade transformers<=4.29.0. /usr/local/lib/python3.10/multiprocessing/pool.py:268: ResourceWarning: unclosed running multiprocessing pool <multiprocessing.pool.Pool state=RUN pool_size=1> _warn(f"unclosed running multiprocessing pool {self!r}", ResourceWarning: Enable tracemalloc to get the object allocation traceback [2025-01-14 19:53:43] (2.4.1.post1) Extracting random_examples.zip... Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> from diffusers import ( File "/usr/local/lib/python3.10/site-packages/diffusers/__init__.py", line 50, in <module> from .pipeline_utils import DiffusionPipeline File "/usr/local/lib/python3.10/site-packages/diffusers/pipeline_utils.py", line 35, in <module> from .dynamic_modules_utils import get_class_from_dynamic_module File "/usr/local/lib/python3.10/site-packages/diffusers/dynamic_modules_utils.py", line 26, in <module> from huggingface_hub import HfFolder, cached_download, hf_hub_download, model_info ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py) /usr/local/lib/python3.10/tempfile.py:869: ResourceWarning: Implicitly cleaning up <TemporaryDirectory '/tmp/tmp4ud9ay_f'> _warnings.warn(warn_message, ResourceWarning)

Container logs:

Fetching error logs...