runtime error

Exit code: 1. Reason: | 0.00/1.67M [00:00<?, ?B/s] merges.txt: 100%|██████████| 1.67M/1.67M [00:00<00:00, 16.9MB/s] added_tokens.json: 0%| | 0.00/605 [00:00<?, ?B/s] added_tokens.json: 100%|██████████| 605/605 [00:00<00:00, 4.88MB/s] special_tokens_map.json: 0%| | 0.00/613 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 613/613 [00:00<00:00, 4.82MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 32, in <module> processor = AutoProcessor.from_pretrained(MODEL_ID, trust_remote_code=True) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/processing_auto.py", line 436, in from_pretrained return processor_class.from_pretrained( File "/usr/local/lib/python3.10/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.10/site-packages/transformers/processing_utils.py", line 1558, in _get_arguments_from_pretrained sub_processor = auto_processor_class.from_pretrained( File "/usr/local/lib/python3.10/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.10/site-packages/transformers/utils/import_utils.py", line 2054, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 2040, in requires_backends raise ImportError("".join(failed)) ImportError: Qwen2VLVideoProcessor 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...