runtime error

Exit code: 1. Reason: 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...: 20%|██ | 1/5 [01:13<04:55, 73.95s/it] Loading pipeline components...: 40%|████ | 2/5 [01:23<01:47, 35.97s/it] Loading pipeline components...: 80%|████████ | 4/5 [01:25<00:14, 14.21s/it] Loading pipeline components...: 100%|██████████| 5/5 [01:35<00:00, 12.84s/it] Loading pipeline components...: 100%|██████████| 5/5 [01:35<00:00, 19.13s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> pipe = DiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16).to("cuda") File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 431, in to module.to(device, dtype) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1174, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 780, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 805, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1160, in convert return t.to( File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 314, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx

Container logs:

Fetching error logs...