runtime error
Exit code: 1. Reason: line 436, in from_pretrained return processor_class.from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, trust_remote_code=trust_remote_code, **kwargs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/processing_utils.py", line 1429, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, processor_dict, **kwargs) File "/usr/local/lib/python3.13/site-packages/transformers/processing_utils.py", line 1558, in _get_arguments_from_pretrained sub_processor = auto_processor_class.from_pretrained( pretrained_model_name_or_path, subfolder=subfolder, **kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/video_processing_auto.py", line 371, in from_pretrained return video_processor_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2054, in __getattribute__ requires_backends(cls, cls._backends) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/utils/import_utils.py", line 2040, in requires_backends raise ImportError("".join(failed)) ImportError: Gemma4VideoProcessor requires the PyTorch library but it was not found in your environment. Check out 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. Gemma4VideoProcessor requires the Torchvision library but it was not found in your environment. Check out 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...