runtime error

Exit code: 1. Reason: /local/lib/python3.10/site-packages/torch/_utils.py", line 147, in _rebuild_tensor t = torch.tensor([], dtype=storage.dtype, device=storage._untyped_storage.device) /usr/local/lib/python3.10/site-packages/torch/_utils.py:147: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.) t = torch.tensor([], dtype=storage.dtype, device=storage._untyped_storage.device) Loading pipeline components...: 40%|████ | 2/5 [00:04<00:06, 2.17s/it] Loading pipeline components...: 40%|████ | 2/5 [00:05<00:08, 2.84s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> pipe = DiffusionPipeline.from_pretrained("openai/shap-e", torch_dtype=torch.float16) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 1093, in from_pretrained loaded_sub_model = load_sub_model( File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/pipeline_utils.py", line 467, in load_sub_model loaded_sub_model = load_method(os.path.join(cached_folder, name), **loading_kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/models/modeling_utils.py", line 712, in from_pretrained model = cls.from_config(config, **unused_kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 254, in from_config model = cls(**init_dict) File "/usr/local/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 636, in inner_init init(self, *args, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/shap_e/renderer.py", line 821, in __init__ self.void = VoidNeRFModel(background=background, channel_scale=255.0) File "/usr/local/lib/python3.10/site-packages/diffusers/pipelines/shap_e/renderer.py", line 221, in __init__ background = nn.Parameter(torch.from_numpy(np.array(background)).to(dtype=torch.float32) / channel_scale) RuntimeError: Numpy is not available

Container logs:

Fetching error logs...