runtime error
Exit code: 1. Reason: rs/auto.py", line 22, in <module> from .bitsandbytes import BnB4BitDiffusersQuantizer, BnB8BitDiffusersQuantizer File "/usr/local/lib/python3.10/site-packages/diffusers/quantizers/bitsandbytes/__init__.py", line 2, in <module> from .utils import dequantize_and_replace, dequantize_bnb_weight, replace_with_bnb_linear File "/usr/local/lib/python3.10/site-packages/diffusers/quantizers/bitsandbytes/utils.py", line 32, in <module> import bitsandbytes as bnb File "/usr/local/lib/python3.10/site-packages/bitsandbytes/__init__.py", line 15, in <module> from .nn import modules File "/usr/local/lib/python3.10/site-packages/bitsandbytes/nn/__init__.py", line 21, in <module> from .triton_based_modules import ( File "/usr/local/lib/python3.10/site-packages/bitsandbytes/nn/triton_based_modules.py", line 7, in <module> from bitsandbytes.triton.int8_matmul_mixed_dequantize import ( File "/usr/local/lib/python3.10/site-packages/bitsandbytes/triton/int8_matmul_mixed_dequantize.py", line 12, in <module> from triton.ops.matmul_perf_model import early_config_prune, estimate_matmul_time ModuleNotFoundError: No module named 'triton.ops' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from src.pipeline_pe_clone import FluxPipeline File "/home/user/app/src/pipeline_pe_clone.py", line 9, in <module> from diffusers.loaders import FluxLoraLoaderMixin, FromSingleFileMixin File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 910, 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 922, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.loaders.lora_pipeline because of the following error (look up to see its traceback): No module named 'triton.ops'
Container logs:
Fetching error logs...