runtime error

| 0.00/335M [00:00<?, ?B/s] diffusion_pytorch_model.bin: 3%|▎ | 10.5M/335M [00:01<00:52, 6.14MB/s] diffusion_pytorch_model.bin: 100%|█████████▉| 335M/335M [00:01<00:00, 188MB/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/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:16<01:36, 16.05s/it]`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["id2label"]` will be overriden. `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["bos_token_id"]` will be overriden. `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["eos_token_id"]` will be overriden. Loading pipeline components...: 43%|████▎ | 3/7 [00:19<00:21, 5.28s/it] Loading pipeline components...: 57%|█████▋ | 4/7 [00:20<00:11, 3.83s/it] Loading pipeline components...: 100%|██████████| 7/7 [00:20<00:00, 2.94s/it] <IPython.core.display.HTML object> <IPython.core.display.HTML object> Traceback (most recent call last): File "/home/user/app/app.py", line 36, in <module> generator = torch.Generator(device="cuda").manual_seed(0) # change the seed to get different results RuntimeError: CUDA error: CUDA driver version is insufficient for CUDA runtime version CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Device-side assertions were explicitly omitted for this error check; the error probably arose while initializing the DSA handlers.

Container logs:

Fetching error logs...