runtime error

Exit code: 1. Reason: ANSFORMS_WARNING) /usr/local/lib/python3.10/site-packages/torchvision/transforms/v2/__init__.py:54: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning(). warnings.warn(_BETA_TRANSFORMS_WARNING) /usr/local/lib/python3.10/site-packages/transformers/models/auto/image_processing_auto.py:609: FutureWarning: The image_processor_class argument is deprecated and will be removed in v4.42. Please use `slow_image_processor_class`, or `fast_image_processor_class` instead warnings.warn( Traceback (most recent call last): File "/home/user/app/demo/app_januspro.py", line 4, in <module> from janus.models import MultiModalityCausalLM, VLChatProcessor File "/home/user/app/janus/models/__init__.py", line 21, in <module> from .modeling_vlm import MultiModalityCausalLM File "/home/user/app/janus/models/modeling_vlm.py", line 272, in <module> AutoModelForCausalLM.register(MultiModalityConfig, MultiModalityCausalLM) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1885, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1871, in requires_backends raise ImportError("".join(failed)) ImportError: AutoModelForCausalLM requires the PyTorch library but it was not found in your environment. Checkout the instructions on the installation page: https://pytorch.org/get-started/locally/ and follow the ones that match your environment. Please note that you may need to restart your runtime after installation.

Container logs:

Fetching error logs...