runtime error

Exit code: 1. Reason:  Loading weights: 100%|██████████| 211/211 [00:00<00:00, 2341.29it/s, Materializing param=selector.norm1.weight] Loading weights: 100%|██████████| 211/211 [00:00<00:00, 2337.49it/s, Materializing param=selector.norm1.weight] Traceback (most recent call last): File "/app/app.py", line 12, in <module> bot = VideoChatbot( ^^^^^^^^^^^^^ File "/app/agent.py", line 20, in __init__ self.video_rag = VideoRAG( ^^^^^^^^^ File "/app/rag.py", line 25, in __init__ self.embedder = MultimodalEmbedder( ^^^^^^^^^^^^^^^^^^^ File "/app/embeder.py", line 26, in __init__ self.image_model = AutoModel.from_pretrained(image_model, trust_remote_code=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/models/auto/auto_factory.py", line 367, in from_pretrained return model_class.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 4073, in from_pretrained loading_info = cls._finalize_model_loading(model, load_config, loading_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 4214, in _finalize_model_loading model._adjust_tied_keys_with_tied_pointers(loading_info.missing_and_mismatched()) File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 4458, in _adjust_tied_keys_with_tied_pointers self.all_tied_weights_keys.update(tied_weights_keys_by_pointers) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1965, in __getattr__ raise AttributeError( AttributeError: 'NomicVisionModel' object has no attribute 'all_tied_weights_keys'. Did you mean: '_tied_weights_keys'? Do you wish to run the custom code? [y/N]

Container logs:

Fetching error logs...