runtime error

Exit code: 1. Reason: "/usr/local/lib/python3.10/site-packages/torchao/dtypes/affine_quantized_tensor_ops.py", line 11, in <module> from torchao.dtypes.affine_quantized_tensor import ( File "/usr/local/lib/python3.10/site-packages/torchao/dtypes/affine_quantized_tensor.py", line 17, in <module> from torchao.quantization.quant_primitives import ( File "/usr/local/lib/python3.10/site-packages/torchao/quantization/quant_primitives.py", line 2296, in <module> def _quantize_affine_float8_meta( File "/usr/local/lib/python3.10/site-packages/torch/library.py", line 377, in wrap lib.impl(name, f, dispatch_key) File "/usr/local/lib/python3.10/site-packages/torch/library.py", line 161, in impl if torch._C._dispatch_has_kernel_for_dispatch_key(dispatcher_op_name, "CompositeImplicitAutograd"): RuntimeError: operator torchao::quantize_affine_float8 does not exist The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from tabs.images.ui import image_tab File "/home/user/app/tabs/images/ui.py", line 6, in <module> from .events import * File "/home/user/app/tabs/images/events.py", line 7, in <module> from .handlers import gen_img File "/home/user/app/tabs/images/handlers.py", line 8, in <module> from diffusers import ( File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 934, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 933, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 945, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.auto_pipeline because of the following error (look up to see its traceback): operator torchao::quantize_affine_float8 does not exist

Container logs:

Fetching error logs...