runtime error

Exit code: 1. Reason: The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`. 0it [00:00, ?it/s] 0it [00:00, ?it/s] Cannot initialize model with low cpu memory usage because `accelerate` was not found in the environment. Defaulting to `low_cpu_mem_usage=False`. It is strongly recommended to install `accelerate` for faster and less memory-intense model loading. You can do so with: ``` pip install accelerate ``` . Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s] Loading pipeline components...: 60%|██████ | 3/5 [00:01<00:00, 2.74it/s] Loading pipeline components...: 60%|██████ | 3/5 [00:18<00:00, 2.74it/s] Loading pipeline components...: 100%|██████████| 5/5 [00:35<00:00, 8.54s/it] Loading pipeline components...: 100%|██████████| 5/5 [00:35<00:00, 7.07s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> pipeline.enable_model_cpu_offload() File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1037, in enable_model_cpu_offload raise ImportError("`enable_model_cpu_offload` requires `accelerate v0.17.0` or higher.") ImportError: `enable_model_cpu_offload` requires `accelerate v0.17.0` or higher.

Container logs:

Fetching error logs...