runtime error

Exit code: 1. Reason: n importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/local/lib/python3.10/site-packages/transformers/models/blip_2/modeling_blip_2.py", line 33, in <module> from ...modeling_utils import PreTrainedModel File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 46, in <module> from .pytorch_utils import ( # noqa: F401 File "/usr/local/lib/python3.10/site-packages/transformers/pytorch_utils.py", line 19, in <module> from safetensors.torch import storage_ptr, storage_size File "/usr/local/lib/python3.10/site-packages/safetensors/torch.py", line 439, in <module> torch.uint64: 8, File "/usr/local/lib/python3.10/site-packages/torch/__init__.py", line 1938, in __getattr__ raise AttributeError(f"module '{__name__}' has no attribute '{name}'") AttributeError: module 'torch' has no attribute 'uint64' 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 transformers import Blip2Processor, Blip2ForConditionalGeneration #Blip2 models File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1381, in __getattr__ value = getattr(module, name) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1380, 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 1392, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.blip_2.modeling_blip_2 because of the following error (look up to see its traceback): module 'torch' has no attribute 'uint64'

Container logs:

Fetching error logs...