runtime error
Exit code: 1. Reason: module> image_embed_model = HuggingFaceEmbedding( File "/usr/local/lib/python3.10/site-packages/llama_index/embeddings/huggingface/base.py", line 155, in __init__ model = SentenceTransformer( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 327, in __init__ modules, self.module_kwargs = self._load_sbert_model( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 2286, in _load_sbert_model module = module_class(model_name_or_path, **common_transformer_init_kwargs) File "/root/.cache/huggingface/modules/transformers_modules/llamaindex/vdr_hyphen_2b_hyphen_multi_hyphen_v1/d6261a749ca2401ac4c88b72a818620cedc6d799/custom_st.py", line 65, in __init__ self.processor = AutoProcessor.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/processing_auto.py", line 396, in from_pretrained return processor_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1394, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1453, in _get_arguments_from_pretrained args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs)) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 2157, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 2143, in requires_backends raise ImportError("".join(failed)) ImportError: AutoVideoProcessor 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...