runtime error

Exit code: 1. Reason: /__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.10/site-packages/torch/nested/_internal/nested_tensor.py", line 419, in <module> ).detach() File "/usr/local/lib/python3.10/site-packages/spaces/zero/torch/patching.py", line 200, in __torch_function__ return transform_subclass(wrapper_tensor, lambda _, t: func(t)) File "/usr/local/lib/python3.10/site-packages/torch/utils/_python_dispatch.py", line 260, in transform_subclass assert sub.shape == outer_size, \ AssertionError: Expected return value from <class 'torch.nested._internal.nested_tensor.NestedTensor'>__tensor_unflatten__() to have shape equal to (1, j0, 3), but got: (1, j1, 3) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> from infer import lotus, lotus_video File "/home/user/app/infer.py", line 13, in <module> from pipeline import LotusGPipeline, LotusDPipeline File "/home/user/app/pipeline.py", line 8, in <module> from transformers import CLIPImageProcessor, CLIPTextModel, CLIPTokenizer, CLIPVisionModelWithProjection File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1806, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1805, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1819, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): Expected return value from <class 'torch.nested._internal.nested_tensor.NestedTensor'>__tensor_unflatten__() to have shape equal to (1, j0, 3), but got: (1, j1, 3)

Container logs:

Fetching error logs...